This is a youtube clone with all the major features of youtube.
- Developed a fully functional YouTube clone from scratch using React.js.
- Utilized the YouTube API to fetch and display real-time data, demonstrating proficiency in integrating external APIs.
- Implemented n-level nested comments feature using recursion.
- Designed and implemented an advanced search bar with autocomplete and auto-suggestion functionalities, enhancing user experience and usability.
- Employed debouncing and caching techniques to optimize performance and prevent unnecessary API calls, to handle data efficiently.
- Integrated a live chat feature using API polling, allowing users to engage in real-time discussions.