Skip to content

siddhanth339/youtubeClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a front-end clone of the YouTube app built using React.

The header has a sidebar for navigation, a search bar to search videos and a user icon. The search bar has been built using the concept of debouncing.

Home page fetches the most popular videos from the YouTube data API and renders them.

Clicking on the thumbnail of a video on the watch page takes you to the Watch Container. This page has the video fetched from Youtube, a simple UI of the comments section along with cascaded replies built with recursion and a running live chat window.

What I learned:

  1. To use React router
  2. To style using Tailwind CSS
  3. To render components with Recursion
  4. To use YouTube's data APIs
  5. To write JSX code
  6. To use Props in components
  7. About Conditional Rendering
  8. To use Redux store to create slices to store data
  9. To use hooks like useState, useEffect, useDispatch, useSelector
  10. Debouncing and API polling for live chat feature
  11. Use shimmer UI for a good UX.
  12. Memoization of results.
  13. Fetch API responses
  14. Promises
  15. JS methods like map, splice, unshift
  16. Optional Chaining

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published