/MovieMatcher

Primary LanguageJavaScriptOtherNOASSERTION

Movie Matcher

By: Michael Burton, Ryan Walker, Seth Medeiros, Giancarlo Vigneri

Technologies Used

  • Html
  • CSS
  • JQuery
  • JavaScript
  • Node
  • Webpack
  • Jest
  • Eslint
  • Babel
  • APIs
  • Family
  • Living your life a quarter mile at a time

Description

An app that shows a user a page which displays a bunch of movies information (movie poster, title, trailer, and description). The user can say "yes" or "no" to the movies, indicating whether or not they would like to watch said movies. Then another user will be presented with the same list of movies and can indicate whether or not they'd like to watch those movies (presumably with the first user). When matches are found an alert is given. At any time the second user can press a button that will display the list of movies that both users said "yes" to.

Setup/Installation Requirements

  1. Open terminal
  2. input these commands into command line:

This should install the webpack and any other dependencies you need to use this project, but you will also need a personal API key. To get one follow these steps:

  1. go to https://developers.themoviedb.org/3/getting-started/introduction in your browser
  2. create an account and verify your email address (they will then give you an api key)
  3. create a file in the root dir of project called .env
  4. inside the .env include: API_KEY= [your Api key]

To view project in browser you can:

  • run $npm run start This will open a live server for you to view the project.

Known Bugs

  • None - that we know of...

License

Licensed under the MIT License.

Contact Information

Michael Burton at: micbur1@gmail.com Seth Medeiros at: Medeirosseth@gmail.com Ryan Walker at: ryandanielwalker@gmail.com Giancarlo Vigneri at: bobloblaw.vigneri@gmail.com