https://github.com/rohitroy-github/react-youtube-clone
Just trying to make a clone of Youtube using React and API/s </>
https://github.com/rohitroy-github/react-youtube-clone
material-ui rapidapi reactjs vercel
Last synced: 8 months ago
JSON representation
Just trying to make a clone of Youtube using React and API/s </>
- Host: GitHub
- URL: https://github.com/rohitroy-github/react-youtube-clone
- Owner: rohitroy-github
- Created: 2022-08-27T17:15:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:05:21.000Z (9 months ago)
- Last Synced: 2025-04-04T09:23:16.003Z (8 months ago)
- Topics: material-ui, rapidapi, reactjs, vercel
- Language: JavaScript
- Homepage: https://react-youtube-clone-vercel.vercel.app/
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Clone
YouTube Clone is a **React-based application** that replicates core functionalities of [**YouTube**](https://www.youtube.com/) using modern web technologies like **React, MaterialUI, RapidAPI, and other modern React features**.
**This project is currently under development.**
---
## Features
### User Interface:
- **Search videos seamlessly**
- **Browse trending and recommended videos**
- **Play videos within the app**
- **Responsive design using MaterialUI**
### API Integration:
- **Fetch real-time video data using RapidAPI**
- **Display video categories and related content**
---
## Tech Stack
- **Frontend:** React, MaterialUI
- **API Services:** RapidAPI
- **Deployment:** Vercel
---
## Installation Guide
Follow these steps to set up the project on your local machine:
1. **Clone the repository:**
```sh
git clone
```
2. **Navigate to the project folder:**
```sh
cd youtube-clone
```
3. **Install dependencies:**
```sh
npm install
```
4. **Start the development server:**
```sh
npm start
```
5. The application will run on **[http://localhost:3000/](http://localhost:3000/)**.
---
## Live Demo
The project is hosted on **[Vercel](https://vercel.com/)** and can be accessed here:
[**YouTube Clone Live**](https://react-youtube-clone-vercel.vercel.app/)
---
## Snapshot

---
## Future Enhancements
- **User authentication**
- **Video uploading and user profiles**
- **Like, comment, and subscribe features**
Stay tuned for updates!