Skip to content

jsdelivrbot/ReactYoutubeClone-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Youtube Clone

Small Youtube clone using React and Webpack, comes with search and watch video functionality.

In order to run this example, you need to get a Google API Key for Youtube API. You also need a Google account to access Google Developers Console, request an API Key and enable Youtube API v3 on your Google Developers Console account.

Once you get your API Key, go to index.js file, line 8 and replace the empty string "" with your API Key, like so:

const API_KEY = "MyGoogleAPIKey";

After that, you're ready to run the example from the command line:

npm install && npm start

Cheers! 🍻

About

Youtube clone using React for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • HTML 9.3%
  • CSS 7.6%