/movie-finder

Movie Finder is a web app that allows users to search for movies (via The Movie Database api) to review movie details and images, and save movies to their personal watch list.

Primary LanguageTypeScript

Movie-Finder

Local Setup Instructions

  1. Clone repository
  2. Rename the .env.example file (will be in the root of the project) to .env and set the env variable to key provided by - https://developer.themoviedb.org/docs/getting-started
  3. Run the following script in terminal: npm install
  4. Run the following script in terminal: npm run start
  5. Navigate to http://localhost:5173 in your browser
  6. To run tests, run the following script in terminal: npm run test

Requirements

  1. Search for movies by name and display results
  2. Add movies to watched list
  3. Display movie details ("Title", "Overview" and "Release Date").
  4. Pagination