Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 336 Bytes

Netflix Clone

A Netflix Clone made using React and TMDB API.

Check it at:- https://punitlodha.github.io/NetflixClone

Steps to install locally:-

  1. Clone the Project
  2. cd into the directory
  3. Run npm install
  4. Create a .env File
  5. Add your TMDB API key as follows:- REACT_APP_TMDB_API_KEY='Your_Key'
  6. run npm start