Skip to content

A simple react application that uses the youtube api to display youtube videos on a single page

License

Notifications You must be signed in to change notification settings

chikeibezim/react-youtube

Repository files navigation

react-youtube

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.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

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

Not Familiar with Git?

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

About

A simple react application that uses the youtube api to display youtube videos on a single page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published