/netflix-clone

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.

Primary LanguageJavaScript

Netflix-Clone

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

Instructions:

  1. Sign up on TMDb and get your API key
  2. 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