A frontend YouTube clone built with Next.js, TypeScript, Tailwind CSS, and an AI recommendation feature. Features smooth page routing animations with Framer Motion. Deployed on Vercel.
- Video feed and playback with React Player
- Search functionality
- AI-driven video recommendations (mock implementation)
- Smooth page routing animations
- Responsive design with Tailwind CSS
- Clone the repo:
git clone <your-repo-url> - Install dependencies:
npm install - Run locally:
npm run dev
Deployed on Vercel:
- Next.js
- TypeScript
- React
- Tailwind CSS
- Framer Motion
- React Player
- Vercel
- Replace mock data in
index.tsxandrecommend.tswith YouTube API calls for production. - Add a
public/placeholder.jpgfor thumbnail images.