A Netflix clone built with React and integrated with the TMDB API, allowing users to browse and view real-time movie and TV show data with a sleek UI
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
- Open http://localhost:3000 to view it in your browser.