A simple web app to load and play up to 9 YouTube videos simultaneously in a 3x3 grid.
- Load up to 9 YouTube videos in parallel
- Clean, modern UI using ShadCN UI components
- Responsive 3x3 grid layout
- Support for various YouTube URL formats
- Independent playback controls for each video
- Paste YouTube URLs into the textarea (one per line)
- Click "Load Videos" to populate the grid
- Each video plays independently
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewDeploy to GitHub Pages:
npm run deploy- React + TypeScript
- Vite
- Tailwind CSS
- ShadCN UI
- GitHub Pages