https://github.com/akku27-cse/netflix-clone
React Practice Netflix clone
https://github.com/akku27-cse/netflix-clone
firebase material-ui netflix-api react
Last synced: about 2 months ago
JSON representation
React Practice Netflix clone
- Host: GitHub
- URL: https://github.com/akku27-cse/netflix-clone
- Owner: akku27-cse
- Created: 2023-10-23T10:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T09:11:33.000Z (over 2 years ago)
- Last Synced: 2025-03-11T04:27:41.647Z (over 1 year ago)
- Topics: firebase, material-ui, netflix-api, react
- Language: JavaScript
- Homepage: https://netflix-400ce.web.app/
- Size: 431 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NETFLIX-CLONE Use React
View Live App
#view1:

#view2:

## Installation
```shell
npx i create-react-app netflixclone
```
1. Clone repository
```shell
git clone https://github.com/akku27-cse/NETFLIX-CLONE.git
```
## Install Client (React Files)
2. Get in the React folder
```shell
~cd netflixclone
```
3. Install dependencies via npm or yarn
```shell
npm i
```
4. Start Client
```shell
npm start
```
5.git command
```shell
1.git status
2.git add .
3.git commit
4.git push
5.git pull
```