Skip to content

JavaScriptDevelopment/curated-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad33495 · Oct 8, 2018

History

54 Commits
Sep 21, 2018
Sep 1, 2018
Sep 1, 2018
Sep 21, 2018
Sep 21, 2018
Sep 21, 2018
Sep 1, 2018
Oct 8, 2018
Sep 15, 2018
Oct 8, 2018
Sep 21, 2018
Sep 20, 2018
Sep 21, 2018
Sep 21, 2018
Sep 24, 2018
Sep 22, 2018
Sep 22, 2018

Repository files navigation

React.js app for fast searching and playing Youtube videos using the Youtube API.

Need Node.js installed 8.0 or above.

Video Browser In Reactjs

  • This is a small project developed with reactjs.
  • Try to use github with every step code change to git familiar with version control

How to start the App in local machine.

follow the above steps after installing react.js

git clone git@github.com:JavaScriptDevelopment/curated-search.git

npm install

npm start

Open localhost:8080 in url

# Add your api key in ./src/actions/index.js 
const API_KEY = ' ';