Simple front-end Netflix website clone created with React, and TMDB API.
Live demo https://netflix-clone-9f4f5.web.app/.
This project is created with React framework with integrated movies database (TMDB). This is my first React project.
Project is created with:
- React
- CSS
- TMDB API
- Firebase
- Navigation bar with netflix logo and user icon
- Banner with random trending movie background, name and description
- Movies categories with thumbnail sliders
To run this project, install it locally using npm:
$ npm install // Install all packages
$ npm start // Runs the app in the development mode
$ npm run build // Builds the app for production to the `build` folder
This project was based on this tutorial
Created by @jakubparlej - feel free to contact me!