A modern TikTok-style interface for browsing YouTube videos but instead of videos we offer summaries, built with Next.js.
- Infinite-scroll video feed
- Video search with URL support
- Favorites collection
- Watch history
- Dark/Light mode
- Responsive design
- Next.js 14
- TypeScript
- Tailwind CSS
- Radix UI
# Clone the repository
git clone https://github.com/wysh3/youtok.git
cd youtok
# Install dependencies
npm install
# Start development server
npm run dev
Open http://localhost:3000 to view the app.
npm run dev
- Start development servernpm run build
- Build for productionnpm start
- Start production servernpm run lint
- Run ESLint
Contributions are welcome! Feel free to open issues and pull requests.
MIT License