An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Netflix Clone 🎥

![React language](https://img.shields.io/badge/React-005CFE?style=for-the-badge&logo=react)
![Javascript language](https://img.shields.io/badge/Javascript-000?style=for-the-badge&logo=javascript)
![CSS language](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![HTML language](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Netflix-Clone?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Netflix-Clone?style=for-the-badge)


Image Example


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