/videoBookmark

React WebApp to bookmark points in a video for easy playback

Primary LanguageJavaScriptMIT LicenseMIT

React Video Bookmarking App

Add Videos

Gif showing add video functionality

Add Bookmarks

(Bookmarks in ascending order of time stamp)

Gif showing bookmarking functionality

Jump to Bookmark

Gif showing bookmarking seeking functionality

To run the App

You must have npm installed and set up first

git clone https://github.com/sssaiya/videoBookmark.git
cd videoBookmark/
npm i
npm start

Then simply go to localhost:3000