Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.09 KB

Netflix Clone

Netflix clone using React with TMDB API integration to fetch and display dynamic movie and TV show data. Implemented category-based browsing, interactive movie details, and video playback functionality


View Demo · Report Bug · Request Feature


Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/hamzathul/netflix-clone.git

Go to the project directory

  cd netflix-clone

Install dependencies

  npm install

Start the server

  npm run start