Skip to content

soumik9/booking-depository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Depository

Frontend Live Link Book Depository Backend Live Link Backend Book Depository

Frontend Features

  • Top 10 lastest books on home page
  • Signup page
  • Signin page
  • Logout (after authentication)
  • Add new book (authentication required)
  • All books with searching by author || title || genre, filtering with genre & year
  • Add new book (authentication required)
  • Single book details page with reviews
  • Can submit a review on book (authentication required)
  • Edit book (authentication required)
  • Delete book (authentication required)
  • Can add book to wishlist (authentication required)
  • Can add book to Current Plan (authentication required)
  • Current Plan page can mark book as finished reading (authentication required)

Frontend Technologies

  • React JS
  • Typescript
  • React Router
  • Redux Toolkit & RTK Query
  • React hook forms with yup validation
  • React hot toast & Sweetalert

Booking Depository Backend Routes:

Backend Technologies

  • Node JS / Express
  • Typescript
  • Mongoose
  • Zod Validation
  • JWT Token

Auth



Book


Review


Wishlist


Current Plan