Netflix Clone Website developed using React, Firebase, and TMDB API for movies and shows collection with their details. Also, plays trailers for most of the items on click
Preview
- Sign up on TMDb and get your API key
- Create a file named ".env" in root directory and store your API key in this file the following manner:
REACT_APP_API_KEY=your_api_key
You can read more about .env and hiding API key here