Skip to content

vinitshahdeo/MiniYouTube

Repository files navigation

Mini YouTube

MiniYouTube MiniYouTube Youtube API

A React App using YouTube API

View Demo

How to run?

  • Clone the repository : git clone https://github.com/vinitshahdeo/MiniYouTube/

  • Run npm install

  • Replace API_KEY=XXXXXXXXXX in src/index.js with your own YouTube API key.

const API_KEY = 'XXXXXXXXXXXX'; // REPLACE IT WITH YOUR YOUTUBE API KEY
  • Run npm run start

  • Open browser and go to http:https://localhost:8080/

Get your YouTube API key here

Thanks!

Vinit Shahdeo