https://github.com/lakshayd02/youtube_clone_react_rapidapi
This project is a modern YouTube clone built using React, Material UI, and the RapidAPI YouTube Data API. It provides a streamlined interface for browsing and searching YouTube videos and channels.
https://github.com/lakshayd02/youtube_clone_react_rapidapi
clone-app html html5 javascript material-ui materialui rapid-api rapidapi react react-router reactjs youtube youtube-api youtube-clone
Last synced: 6 months ago
JSON representation
This project is a modern YouTube clone built using React, Material UI, and the RapidAPI YouTube Data API. It provides a streamlined interface for browsing and searching YouTube videos and channels.
- Host: GitHub
- URL: https://github.com/lakshayd02/youtube_clone_react_rapidapi
- Owner: LakshayD02
- Created: 2024-03-21T18:24:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:05:26.000Z (8 months ago)
- Last Synced: 2025-03-24T08:11:13.529Z (7 months ago)
- Topics: clone-app, html, html5, javascript, material-ui, materialui, rapid-api, rapidapi, react, react-router, reactjs, youtube, youtube-api, youtube-clone
- Language: JavaScript
- Homepage: https://youtube-clone-lakshay.vercel.app
- Size: 296 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Clone with React, Material UI, and RapidAPI
## Description
This YouTube clone aims to replicate core functionalities of the popular video-sharing platform. It allows users to search for videos and channels, browse popular content, view detailed video information, and (with the addition of a video player library) play videos directly within the application. The project leverages Material UI for a polished and consistent user interface.
## Features
* **Video & Channel Search:** Search for videos and channels using the YouTube Data API. đ
* **Browse Popular Videos:** Explore trending and popular videos. đĨ
* **Suggested Content:** Discover related videos and channels. đĄ
* **Detailed Video Information:** View video titles, descriptions, thumbnails, view counts, and other relevant details. âšī¸
* **Channel Pages:** Basic channel pages showcasing channel information and uploaded videos. đ§âđģ
* **Modern UI:** Clean and intuitive user interface using Material UI components. â¨
* **Responsive Design:** The application is designed to be responsive, adapting to various screen sizes and devices (desktops, tablets, and mobile phones). đąđģ
## Technologies Used
* **React:** Frontend JavaScript library for building the user interface. âī¸
* **Material UI:** React UI framework for pre-built components and styling. đ¨
* **RapidAPI:** Platform for accessing the YouTube Data API. đ
* **YouTube Data API:** API for fetching YouTube video and channel data. đš
## Getting Started
```bash
# Clone the repository# Install dependencies
# npm install# Set up API Keys
# Run the application
# npm start