A React movie app made using the TMDB API that displays the top 10 highly rated movies
- React
- Bootstrap
- TMDB
Live Demo:
Before starting the website, you will need to obtain the TMDB Movies API key. Follow these steps to obtain them and add them to your .env file.
- Go to https://www.themoviedb.org/ and log in.
- Click on your user profile picture in the navigation bar, and select "Settings".
- In the settings, select "API" and generate an API key.
npm run dev This will start the application. Open a web browser and navigate to http://localhost:3000 to access the website.
Note: Ensure that you have carefully added the TMDB API key to your .env file. If the .env file is not working, add all the API keys and configuration manually.