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

https://github.com/tinspham209/react-youtube-clone

Youtube Clone with Search, Watch video, and recommend list relative video with React, Material-UI, YoutubeAPIv3
https://github.com/tinspham209/react-youtube-clone

material-ui react reactjs youtube youtube-api youtube-clone youtube-video

Last synced: about 2 months ago
JSON representation

Youtube Clone with Search, Watch video, and recommend list relative video with React, Material-UI, YoutubeAPIv3

Awesome Lists containing this project

README

        

# Mini Project: Youtube Clone Application
## Date: 10 - Apr - 2020
### Functions

- Search video
- Watch video
- Recommend list relative video

### Screenshot

### Tech-Stack
- React
- Material-UI
- Youtube API

### API Used
- Youtube API

### Deploy

### Plan Of Action

### After this project

### Directory Structure
```
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── api
├── components
├── SearchBar
├── UI
├── Spinner
├── VideoDetail
├── VideoList
└── index.js
├── App.js
└── index.js
```

### Set up

Use the cmd line to clone repo to your computer
```
git clone [github_repo_url]
```
Use the cmd line to install dependencies.
```
npm install
```
Run in cmd for start the dependencies server
```
npm start
```