{{ message }}
Movie Tracker
Full-stack Web Development
UI
UX
HTML
CSS
JavaScript
Node.js
Redis
API Integration
Documentation

Movie Tracker is a web app in which users can catalog movies they've seen. The entire front and back-end were architectured by me, using Node, Redis, JavaScript, HTML and CSS.

Users can type a movie's name, along with the date watched, an optional longer review, and a rating out of 5 stars. The movie name will make a GET request to TMDB's API and return the poster of the film with the exact match (or first result if no exact match exists).

Check out Movie Tracker here!

Read the documentation for the project here.