Skip to content

jahidulsaeid/youtube-search-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Search

Google API console

  • Open google developers console Create a project

  • Create Enable apis and services

    • Select youtube data api v3
  • Create credentials Take note of:

    • Key
  • Rename .env.example to .env

    • Enter your Key

Install dependencies

  • npm install

Run the project

  • npm start

DONE!