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
- Host: GitHub
- URL: https://github.com/tinspham209/react-youtube-clone
- Owner: tinspham209
- Created: 2020-04-10T13:06:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:54:11.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:43:50.751Z (3 months ago)
- Topics: material-ui, react, reactjs, youtube, youtube-api, youtube-clone, youtube-video
- Language: CSS
- Homepage:
- Size: 7.41 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```