Netflix Clone A Netflix Clone made using React and TMDB API. 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