A Netflix Clone made using React and TMDB API.
Check it at:- https://punitlodha.github.io/NetflixClone
Steps to install locally:-
- Clone the Project
- cd into the directory
- Run
npm install
- Create a .env File
- Add your TMDB API key as follows:-
REACT_APP_TMDB_API_KEY='Your_Key'
- run
npm start