A responsive netflix clone built using React and TMDB.
Demo-Video.mp4
--> Active navbar similar to original netflix
--> Has three different pages - Home, TV shows and Movies
--> You can click on any thumbnail of movie and watch it's trailer
--> You can close the video by clicking on the thumbnail again
--> Many different categories shown just like real netflix
--> By clicking on the profile icon, you can see details about me.
node.js is required to get npm
.
If you would like to download the code and try it for yourself:
Clone the repo: git@github.com:chirag-23/reactjs-netflix.clone.git
cd reactjs-netflix-clone
Install packages: npm install
Build project:npm start
Open your browser at: http://localhost:3000