Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

AjanShrestha/youtube-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-video-player

Here, we are building YouTube Clone Application from Scratch using React.

Setup:

  • move a copy of .env.sample to .env and paste your API-key
  • run yarn install && yarn start to start the development server

Covered topics:

  • (no) lifecycle methods,
  • project structure,
  • destructuring,
  • state management (with hooks),
  • passing props,
  • API calls.

Credit: Based on this article.