tinspham209 / react-youtube-clone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 49.0%Language:JavaScript 36.9%Language:HTML 14.1%