Filmpire is a web-based movie discovery application that allows users to search for movies, sort them by category or genre, view their details and those of their actors, add them to their favorites or watchlist, and much more.
https://styled-filmpire.netlify.app
- Clone this repository to your locl machine.
- Run
npm install
to install the required dependencies. - Get a TMDB API key at https://developer.themoviedb.org/docs/getting-started. You'll have to create an account first.
- Duplicate the
.env.example
file and rename it to.env.local
and add your API key in there. - Run
npm run dev
to start the local web server.