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

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

Awesome Lists containing this project

README

          

# NETFLIX-CLONE Use React

View Live App


#view1:
![image](https://github.com/akku27-cse/NETFLIX-CLONE/assets/115920400/83fd6d34-f89c-4e5d-8479-2798115eab17)

#view2:
![image](https://github.com/akku27-cse/NETFLIX-CLONE/assets/115920400/a1d12e46-d5a3-4732-ad58-54f975a61b0d)
## 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
```