Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 1.77 KB

README.md

File metadata and controls

90 lines (66 loc) · 1.77 KB

Booklore

All about books!

Introduction


  • Booklore is a video library where you can find curated videos on everything books. From book reviews to your favorite author's interviews, we got everything covered!
  • This website uses Mockbee for backend.

Live URL

Booklore LIVE

Features -


  • Landing page with Must Watch videos
  • Explore page
    • Lists all the videos
    • 'Filter by category' feature
    • 'Sorting by upload date' feature
    • User can
      • Add/Remove a video from Watchlater
      • Create a playlist
      • Add/Remove video from Playlist
  • Single Video Page
    • User can
      • Watch the video
      • Like/Unline video
      • Add/Remove from Watchlater
      • Add/Remove from Playlist
    • Recommended Videos
  • Watchlater page
    • Videos user has saved to be watched later
  • Playlists page
    • Playlists created by user
  • Liked Videos page
    • Videos user has liked
  • History page
    • Videos user has watched
    • Clear history button
  • User Authentication
    • Login
    • Signup
  • Fully Responsive

Techstack and Tools used

Running locally


  1. clone the repository on your local machine

  2. install dependencies

npm install
  1. create a .env file at the root level of the directory and add a secret key.
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
  1. start the server
npm start

Connect