A React app to search and browse movies using the TMDB API.
https://mock-movie-app.onrender.com
- Clone the repository:
git clone https://github.com/your-username/my-movie-app.git - Install dependencies:
npm install - Set up environment variables: Create a
.envfile withVITE_API_KEY=your-tmdb-api-key - Run the app:
npm run dev
- Go to https://www.themoviedb.org/ and login your account (if you do not have, create a new one on "Join TMDB")
- After succesfull sign up, click the account icon => Settings => API => Click the link on "Request an API Key" section => Fill out the form
- After succesfull fill, the key will be provide at API section in Account Settings