A visually stunning and responsive movie catalog web app built with React, inspired by The Movie Database (TMDB). Explore a world of cinema, discover new releases, and dive into the details of your favorite movies.
-
Trending Explorer: Explore the latest trending movies and TV shows to stay updated on the hottest entertainment.
-
Comprehensive Information: Dive into detailed information, including cast, seasons, and keywords, for a richer viewing experience.
-
Category Highlights: Enjoy curated categories like popular, now playing, upcoming, and top-rated to easily discover content.
-
Personalized Recommendations: Receive tailored recommendations for movies and TV shows, enhancing your cinematic journey.
- React: Frontend library for building dynamic user interfaces.
- TMDB API: Integration for fetching up-to-date movie data.
-
Clone the repository:
git clone https://github.com/Divyesh-5981/tmdb-clone-react.git
-
Navigate to the project directory:
cd tmdb-clone-react -
Install dependencies:
npm install
-
Get your TMDB API key:
- Visit The Movie Database (TMDB) and create an account.
- Once logged in, go to your account settings and create an API key.
- Copy the API key.
-
Create a .env file in the project root::
-
Create a file named .env in the project root.
-
Add your TMDB API key to the .env file:
REACT_APP_TMDB_API_KEY=your_api_key_here
-
-
Run the app:
npm start
-
Explore and enjoy!
- Browse through the collection of movies, discover new releases, and explore detailed movie information.
- If you find this project helpful or inspiring, give it a βοΈ to show your support!