Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 684 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 684 Bytes

Search YouTube

Search YouTube videos through its API. Made as an exercise to learn more about React and related tools.

Install

git clone https://github.com/hkoskinen/search-yt.git
cd search-yt
npm install
npm start

Notes

Remember to add .env file at the root of the project before running npm start. After creating the file add a key REACT_APP_YOUTUBE_API_KEY with your YouTube API key as a value in there so it looks something like this:

REACT_APP_YOUTUBE_API_KEY=<your-api-key-from-youtube-here>

Screenshot

screenshot