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.