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

Latest commit

 

History

History
22 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 523 Bytes

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.