A Javascript website that allows the user to track the shows that they are watching. The user can search for their favorite TV shows or movies, and add them to their list.
- Call the OMBd API and display the show or movie that was searched
- Add the show or movie to the users watch list.
- Display the watchlist on another page
- Allow users to save their watch list to a database for future use
- Display recommendations of other shows based off the two most watched genres in the watch list
- Login functionality
- Clone this repo:
https://github.com/JakeAsh22/show-tracker
- Go into the repo and run this application:
$ npm install
$ npm run start
- No known bugs at this time.
JavaScript, jQuery, Webpack, EsLint, Jest, Bootstrap, OMDb API, HTML, CSS
Copyright © 2020 under the MIT License