WendellAdriel / react-simple-youtube-search

Simple React app using Youtube Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Simple Youtube Search

Simple React app using Youtube Search API

How to use

  • Clone this repo and enter it

  • Install the dependencies

yarn
  • Enter the src/config folder and copy the config.js.example file to config.js file
cp config.js.example config.js
  • Put your Youtube API key in the src/config/config.js file

Commands available

  • To run the app in development mode use
yarn serve:dev
  • To run the tests use
yarn test
  • To run the tests in watch mode use
yarn test:watch

About

Simple React app using Youtube Search API


Languages

Language:JavaScript 85.9%Language:HTML 8.2%Language:CSS 5.9%