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

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 </>

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

![image](https://user-images.githubusercontent.com/68563695/189517297-777899f1-2abd-462d-9848-65d098bec292.png)

---

## Future Enhancements

- **User authentication**
- **Video uploading and user profiles**
- **Like, comment, and subscribe features**

Stay tuned for updates!