Skip to content

asepsetyawan/react-youtube-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-youtube-search

Simple searching youtube via youtube api with reactJs.

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the process with the following:

> git clone https://github.com/asepsetyawan/react-youtube-search.git
> cd react-youtube-search
> npm install
> npm start
> open web browser, by default localhost:3000

Not Familiar with Git?

Click here then 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

Releases

No releases published

Packages

No packages published