A Netflix Clone using Reactjs, TMDB APIs, Firebase
- React.js
- TMDB APIs
- Firebase
- Display Movies, Series
- Can play videos of selected movies or series
- Movies and series data from TMDB API
- Deployed in Firebase
- Responsive
Clone the project
git clone https://github.com/sreeshilck/netflix-react-clone
Go to the project directory
cd netflix-react-clone
Install dependencies
npm install
Start
npm run start
Open http://localhost:3000 to view it in your browser.