This project is a Netflix clone site created using React.js. It aims to provide a similar user experience to the Netflix website, allowing users to browse and search for movies and TV shows and watch trailers.
To install this project, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/ameerali-19/Netflix_clone.git
-
Navigate to the project directory using the following command:
cd Netflix_clone
-
Install the project dependencies using the following command:
npm install
-
Start the development server using the following command:
npm start
The application should now be running on http://localhost:3000/
.
The Netflix clone site has the following features:
- Browse for movies and TV shows
- Watch trailers for movies and TV shows
- Different genre classification
This project was built using the following technologies:
- React.js
- TMDB API
- CSS
- Axios