This is a code repository for the Youtube_Clone .
In this we are going to build a YouTube Clone Application from Scratch using React.
. move a copy of .env.sample to .env and paste your API-key
. run npm i && npm start to start the development server
. project structure
. destructuring
. state management (with hooks)
. passing props
. API calls
.you should use Material-UIs makeStyles() hook instead of styles-prop to style your components
.implement mobile friendly UI