Skip to content

beckman924/moviesAppChallenge

Repository files navigation

Movies App

First, You will need to provide an API key from TMDB and add it as an env variable:

TMDB_API_KEY

Then you can run the server with:

npm run dev
# or
yarn dev

Learn More

This app was develop for a challenge with the following features:

  • Show a list of suggested popular movies on start.
  • Show details about an specific movie.
  • Search for a movie.
  • Filter movies by rating starting from 0-2, 2-4, and so on.

Any feedback to improve this project are welcome!

Project deploy

Want to see this project running?, go to Movies App Site