Skip to content

Winhub99/my-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project deployed on:https://winnr-ivory.vercel.app/

=========================================================================== Features to test:

  1. Search functionality with Debouncing. i.e with each letter typed after 200 milli seconds a new api call is made to the backend.The result of already searched api is cached to to make api fast.
  2. Live Chat type any message to see it in the chatbox at realtime.
  3. Burger-menu is toggled on home-page and watchpage.
  4. Nested comments are rendered using recusion to replicate thread-like apps.