Skip to content

Video Player application using React.js to allow users to play videos from a playlist

Notifications You must be signed in to change notification settings

anshpayal/Video-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Player:

A Video Player application using React.js to allow users to play videos from a playlist. The app supports features like seeking, timer, autoplay, and speed selector. Additionally, users should be able to reorder the playlist.

Features

  • Video Player component:
    • Play/pause toggle.
    • Seek functionality.
    • Timer displaying current playback time and duration.
    • Speed selector for playback speed adjustment.
  • Playlist component:
    • Manage videos.
    • Allow user to reorder videos in playlist.
    • Clicking on a video in the playlist, play that video on player.
  • Additional features:
    • Fullscreen mode.
    • Volume control.
    • Thumbnail previews.
    • Search Functionality.
    • Responsive.
    • Keyboards shortcuts. - press "Spacebar" for play/pause. - press "F" for toggle fullscreen - press "M" for mute/unmute

DEPLOYMENT LINK

https://video-player-blond.vercel.app/

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

About

Video Player application using React.js to allow users to play videos from a playlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published