Skip to content

JavaScriptDevelopment/curated-search

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 [email protected]: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 = ' ';

Releases

No releases published

Packages

No packages published