React.App.-.Google.Chrome.2022-06-10.11-42-03.mp4
- This is Netflix Clone with dynamic data pulling from API and it shows a trailer for any of the selected poster.
- ReactJS
- tmdb API
- React Hooks
- Home Page(showing list of various categories)
- Showing trailer of any video selected
- Clone the repository on your local machine with the command below in your terminal, and cd into the netflix-clone folder
https://github.com/Deepak-1373/netflix-clone.git
cd netflix-clone
- Install dependencies
npm install
- Start the server🚀
npm start