Skip to content

shivanigangadharan/streambucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Bucket

A one stop video streaming app for you to tune into a variety of melodies played on different instruments. Read on to know more.

Installation

To run this app in your local, clone this repository and navigate to the folder containing it and run the following commands.

npm install

npm start

Deployed link

https://streambucket.netlify.app/

Features of the app

  • Auth
    • Sign up
    • Login
    • Logout

Guest login credentials - Email : adarshbalika@gmail.com , password : adarshbalika

  • Homepage

    Has categories based on different types of song videos like piano, guitar or sitar covers. Clicking on any of these will lead you to the video listing page containing videos of only that category.

Screenshot (748)

  • Video listing page

    This page shows all the videos available. Each video card has an option to add it to watch later or start watching now. This page also has an option to clear all categories if any are applied.

image

  • Single video page

    Here the user can watch the video, with its details. User can also add the video to watchlater or to a playlist, or like it from here. User can also click on other recommended videos from the side to watch them.

image

  • Watchlater page

    Shows all the videos added to watchlater. User can also remove videos from watchlater.

image

  • Liked videos

    Shows all the liked videos. User can also remove a video from liked videos.

image

  • Playlist management

    • User can create a new playlist
    • Add videos to an existing playlist (from the single video page)
    • Remove videos from a playlist
    • Delete an entire playlist

image

  • History page

    Shows all videos user has watched. User can remove a single video from history or clear entire history.

image