This is just a simple react application that uses youtube api to render youtube videos on a single page. It also has a search bar that automatically updates the page with videos fecthed using the api
Contributions are welcomed to make the app better.
There are two methods for getting started with this repo.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/ibezimchike/react-youtube.git
> cd react-youtube
> npm install
> npm start
Download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
> npm install
> npm start