Skip to content

VLeads/RapidTv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid TV app using Rapid UI and React

rapidtv logo

Rapid TV - Video Library App using Rapid UI and React.js

GitHub followersForksStarsTwitter Follow

Live : Rapid TV


📕 Table of Contents


📖 About

Rapid TV is a video library for tech enthusiast. It shows videos based on New gadgets arriving in the market, product reviews, tech news and whats overall happening in the market revolving around this theme.

Choose your category and binge watch

Give it a try today.


🚀 Its Features

Search for Video

  • search for any video available, you wanna see

Like a Video

  • like a Video
  • remove specific video from the Liked videos page

Add a Video in Watch Later

  • add a Video to your Watch Later
  • remove video from the Watch Later

Authentication

  • Log In as Guest

  • Log In/Log Out

    • Sign Up by following the link provided on the Log In page

Clear All History

  • clear All history at once
  • remove a specific video from the History

Create a Playlist

  • create a Playlist
  • add video to a Playlist
  • delete a specific Playlist
  • remove video from a Playlist
  • play specific video from a Playlist

Play a Video

  • play a Video, click video card
  • choose a video to play from a specific category, click different chips

🔌 Getting Started

  • clone the repository on your local machine with the command below in your terminal, and cd into the rapidtv folder

git clone https://github.com/VLeads/RapidTv.git
cd rapidtv
  • install dependencies (if you are using yarn then use yarn command)
npm install

yarn add
  • create a .env file at the root level of the directory (at the level of package.json) and create a variable like mentioned below
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
  • start the server
npm start

👨‍💻 Connect with me