Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 854 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 854 Bytes

YouTube Clone with React and Vite

This is a YouTube clone built with React and Vite bundler. It provides a simple interface to search for and watch YouTube videos.

Deployment

The project is deployed and can be accessed at https://customtube.netlify.app/.

Features

  • Search for YouTube videos using keywords
  • Watch videos in an embedded player
  • Auto-play next video
  • Responsive design

Technologies Used

  • React.js
  • Vite
  • YouTube Data API v3
  • React Router
  • Redux (optional for state management)
  • Tailwind CSS (optional for styling)

Getting Started

Prerequisites

Before running the project, you need to have Node.js and npm (or yarn) installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/youtube-clone-react.git