Skip to content

m-ler/youtube-clone

Repository files navigation

YouTube Clone

YouTube web application clone made with Next.js 13, YouTube API v3 and MUI.

🚀 Live demo

🔗 https://youtube-next-js.vercel.app

⌨️ Running locally

# Clone the repository
git clone https://github.com/m-ler/youtube-clone.git

# Move into the repository
cd youtube-clone

# Install dependencies
npm install

Create a .env file with the same variables as .env.example.

# Run project
npm run dev

📌Implemented features

  • Home page
  • Search results page
  • Channel page
  • Watch video page
  • Dark mode