Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 928 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 928 Bytes

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 = ' ';