Skip to content

riccardoboe/RBvideos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBvideos a Youtube clone

Description

This is a very barebone clone of the popular online video-sharing platform Youtube. This application replicates the basic features and functionalities of YouTube. It aims to provide a similar video-sharing platform for the user. Live Demo

Features

  • Video Feed and Search: It has a search functionality to allow users to find videos based on keywords, tags, categories, and user profiles. It can also provide recommendations based on the user's viewing history and preferences.
  • Channel card: It allows users to search and view any youtube channel. And see all the channel's own videos.
  • Data analytics: It provides channel & video analytics to track the performance of videos and channels, showing a like, views, and subscriber count.

Built with

  • React
  • RapidAPI
  • MUI
  • Axios

How to setup

Download dependencies

npm install

Start the app

npm start

Set environment variables

REACT_APP_RAPID_API_KEY=" " 

To do

  • Sign in / Sign up functionality.