Skip to content

This is a code repository on how to build a YouTube Clone Application from Scratch using React. Covered topics: lifecycle methods, project structure, destructuring, state management, passing props from parent to child components, API calls.

Notifications You must be signed in to change notification settings

2elite2/Youtube-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:

This is a code repository for the Youtube_Clone .

In this we are going to build a YouTube Clone Application from Scratch using React.

Setup:

. move a copy of .env.sample to .env and paste your API-key

. run npm i && npm start to start the development server

Covered topics:

. project structure

. destructuring

. state management (with hooks)

. passing props

. API calls

Suggested improvements:

.you should use Material-UIs makeStyles() hook instead of styles-prop to style your components

.implement mobile friendly UI

Sample Images:

Screenshot 2021-01-25 at 10 06 06 PM Screenshot 2021-01-25 at 10 07 23 PM Screenshot 2021-01-25 at 10 09 14 PM

About

This is a code repository on how to build a YouTube Clone Application from Scratch using React. Covered topics: lifecycle methods, project structure, destructuring, state management, passing props from parent to child components, API calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published