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.
- Host: GitHub
- URL: https://github.com/mkgupta01/yt-clone
- Owner: mkgupta01
- License: mit
- Created: 2023-09-05T21:14:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T19:23:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T12:35:50.774Z (over 1 year ago)
- Topics: api, react, tailwind, webapp, youtube-clone
- Language: JavaScript
- Homepage: https://yt-clone-bay.vercel.app
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.



## 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)
```