- Notifications
You must be signed in to change notification settings - Fork0
Developed a highly optimized and scalable video streaming application that leverages YouTube's Live API to deliver seamless live streaming experiences. It focuses on enhancing user engagement through various optimization techniques and features, ensuring a smooth and engaging viewing experience.
onkar895/YouTube-UI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Developed a highly optimized and scalable video streaming application, leveraging YouTube's Live API to deliver seamless live streaming experiences. The application focuses on enhancing user engagement through various optimization techniques and features.
Live Demo :https://my-youtube-ui.netlify.app/
- Optimized Search (debouncing and caching techniques)
- Live Chat Simulation (using API polling)
- Lazy Loading
- Shimmer UI while loading
- Caching Search Suggestions
- Hover to Seek Videos
- Filter Videos by Tags
- Experience on search results and explore pages (e.g., Trending).
- React JS
- Redux Toolkit
- Tailwind CSS
- Vite
Follow these steps to set up and run the application locally:
- npm (Node Package Manager) installed.
- Vite should be installed.
Clone the repository:
git clone https://github.com/onkar895/YouTube-UI.gitcd MyYouTube
LOCALHOST=1234
Install dependencies:
cd MyYouTubenpm install
Run the code
npm run dev
About
Developed a highly optimized and scalable video streaming application that leverages YouTube's Live API to deliver seamless live streaming experiences. It focuses on enhancing user engagement through various optimization techniques and features, ensuring a smooth and engaging viewing experience.