An open API service indexing awesome lists of open source software.

https://github.com/mkgupta01/yt-clone

This YouTube clone is made using React and Tailwind.
https://github.com/mkgupta01/yt-clone

api react tailwind webapp youtube-clone

Last synced: 3 months ago
JSON representation

This YouTube clone is made using React and Tailwind.

Awesome Lists containing this project

README

          

# YouTube Clone

A fully functional YouTube clone developed using React and Tailwind CSS. This project features video playback, search functionality, and theme change capability.

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)

![image](https://github.com/user-attachments/assets/f0281268-aea0-46bd-8ceb-b788a8245ac6)

## Features

- **Video Playback**: Watch videos with a responsive video player.
- **Search Functionality**: Search for videos using the search bar.
- **Theme Change**: Toggle between light and dark themes.

## Project Setup

To set up the project locally, follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/mkgupta01/yt-clone.git
```

2. **Navigate to the project directory**:
```bash
cd yt-clone
```

3. **Install dependencies**:
```bash
npm install
```

4. **Run the application**:
```bash
npm start
```

## Technologies Used

- **Frontend**: React, Tailwind CSS
- **Backend**: Not included in this project
- **Version Control**: Git, GitHub

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

## Links

- **Live Demo**: [YouTube Clone Live](https://yt-clone-bay.vercel.app/)
- **GitHub Repository**: [GitHub](https://github.com/mkgupta01/yt-clone)

## Author

- **Mayank Kumar Gupta**
- [LinkedIn](https://www.linkedin.com/in/mkgupta001/)
- [Portfolio](https://portfolio-snowy-kappa-82.vercel.app/)
- [GitHub](https://github.com/mkgupta01)
```