A video library for all things Anime and Japanese
To the site!
- add a Video to your Watch Later
- remove a specific video from the Watch Later
-
Guest Log In
-
Log In/Log Out
- Sign Up by following the link provided on the Log In page
- video added to history when user starts playing a video
- clear All history at once
- remove a specific video from the History
- create a Playlist
- add a video to a Playlist
- delete a specific Playlist
- remove a video from a Playlist
- play a specific video from a Playlist
- like a Video
- remove a specific video from the Liked videos
- play a Video, click video card
- choose a video to play from a specific category, click different chips
- clone the repository on your local machine with the command below in your terminal, and cd into the weeb-culture folder
git clone https://github.com/partha8/weeb-culture.git
cd weeb-culture
- 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
Special thanks to my team members (team D3) for reviewing this project!