A progressive web app made with Node.js and MySQL using TMDB API, where users can explore a wide range of movies, get information about them, get similar movie recommendations and can track their watch history.
HTML, CSS, JavaScript, Materialize CSS, Node.js, MySQL
Currently this has these following features-
- Showing informations about most of the movies in the world.
- Searching of movies based on movie title, actors' names, directors' names.
- Searching and categorizing movies by their genres.
- Displaying latest movies that are recently released.
- Displaying all time top rated movies that are recently released.
- Showing recommendations of similar movies. (Most useful! :p)
- Showing the trailer of the particular movie on the same window. (Personal favourite! :p).
- Tracking of users' watch history. [Currently disabled because of Heroku's max connection limit on ClearDB free plan -_-]