Skip to content

xcerox/youtube_api_client

Repository files navigation

youtube_api_client

in this project, we will have a simple youtube client in which we can look for videos and play them.

this project was done throughout the course: https://www.udemy.com/react-redux/

Settings

  • create a file Keys.json in root project.
  • add to key.json
    {
      "YOUTUBE_API": "Here your personal youtube client api from https://console.developers.google.com"
    }
  • issue: npm install | npm start
  • and finally enjoy it.

showing

React App