Web application built using ReactJS and the Youtube Data API.
How to run it using Git
> git https://github.com/bryantu22/Youtube-Clone.git
> cd Youtube-Clone
> npm install
> npm start
> open "localhost:8080" in your browser
Not familiar with Git?
Download the repository as a zip here
> Extract the content of the zip into a folder
> open your terminal and 'cd' into that folder
> npm install
> npm start
> open "localhost:8080" in your browser