Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasalvaresa/netflix-clone
Netflix home with ReactJs
https://github.com/lucasalvaresa/netflix-clone
reactjs
Last synced: about 15 hours ago
JSON representation
Netflix home with ReactJs
- Host: GitHub
- URL: https://github.com/lucasalvaresa/netflix-clone
- Owner: LucasAlvaresA
- Created: 2021-06-15T00:08:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T17:24:49.000Z (about 1 year ago)
- Last Synced: 2023-10-21T18:26:33.416Z (about 1 year ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://lucasalvaresa.github.io/netflix-clone/#/
- Size: 4.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Home
> Netflix homepage with React.js[![CI](https://github.com/LucasAlvaresA/netflix-clone/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/LucasAlvaresA/netflix-clone/actions/workflows/gh-pages.yml)
[View Demo](https://lucasalvaresa.github.io/netflix-clone/#/)
![](image1.png)
![](image2.png)## Installing the project
Inside the project folder, use the command:
```sh
npm install
```To run the project:
```sh
npm start
```