Dekho(or watch) Video is a video library for marvel fans. You can watch your favourite video in the category of your choice on Dekho Video.
Give it a try today.
Add a Video in Watch Later
- add a Video to your Watch Later
- clear all Watch Later at once
- remove a specific video from the Watch Later
Authentication
-
Guest Log In
-
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 a video to a Playlist
- delete all Playlist at once
- delete a specific Playlist
- remove a video from a Playlist
- play all videos of a Playlist at once
- play a specific video from a Playlist
Keyboard Accessible
- most of the things are keyboard accessible
- to close options list (opened on click of three dots present on card), use
ESC
key
Like a Video
- like a Video
- clear All liked videos at once
- remove a specific video from the Liked videos
Play a Video
- play a Video, click video card
- choose a video to play from a specific category, click different chips
Responsive
- the app is fully responsive
- clone the repository on your local machine with the command below in your terminal, and cd into the Dekho-Video folder
git clone https://github.com/hsnice16/Dekho-Video.git
cd Dekho-Video
- install dependencies (if you are using yarn then do with that)
npm install
- create a
.env
file at the root level of the directory (at the level ofpackage.json
) and create a variable like mentioned below
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
- start the server
npm start