https://github.com/rafaelhdsv/netflix-clone
This project is a Netflix clone, made to test knowledge in React. The TMDB API was used and several features were added, such as: selection of the user's photo and storage in localStorage, filter by films and series or by all, option to see more precise details of each film.
https://github.com/rafaelhdsv/netflix-clone
Last synced: 3 months ago
JSON representation
This project is a Netflix clone, made to test knowledge in React. The TMDB API was used and several features were added, such as: selection of the user's photo and storage in localStorage, filter by films and series or by all, option to see more precise details of each film.
- Host: GitHub
- URL: https://github.com/rafaelhdsv/netflix-clone
- Owner: RafaelHDSV
- Created: 2024-06-15T16:34:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:46:02.000Z (12 months ago)
- Last Synced: 2025-01-30T17:57:31.336Z (5 months ago)
- Language: JavaScript
- Homepage: https://netflix-clone-rafael.vercel.app
- Size: 43.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone 🎥






![]()
About |
Getting Started
| App Routes📌 About
This project is a Netflix clone, made to test knowledge in React. The TMDB API was used and several features were added, such as: selection of the user's photo and storage in localStorage, filter by films and series or by all, option to see more precise details of each film.
🚀 Getting started
To run locally, you must have an access key for the TMDB Api and install the prerequisites
Cloning
```bash
git clone https://github.com/RafaelHDSV/Netflix-Clone.git
npm install
```Starting
```bash
cd netflix-clone
npm start
```or [Open URL Project](https://netflix-clone-rafael.vercel.app)
📍 Application Routes
There are basically such routes on the website, where you can navigate them at any time
| route | description
|----------------------|-----------------------------------------------------
| / | home page where you can see all the films
| /movie | page to get more detailed information about the selected film
| /user | page to select the user icon
| /_error_ | page when the route does not exist or is not found
### route: /
### route: /movie
- movie
- tv
### route: /user
![]()