The Netflix Clone uses TMDB API to fetch all the movies and tv series data
This project is a clone of the popular streaming service, Netflix. It is built using ReactJS and uses the TMDB API to retrieve movie and television show information.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
git clone https://github.com/imrhlrvndrn/netflix-clone.git
Install the dependencies
npm install
Create a .env file in the root of the project and add your TMDB API Key
REACT_APP_TMDB_API_KEY=[YOUR_API_KEY]
Start the development server
npm start
The app will be running at http://localhost:3000.