Skip to content

Surtt/library-management-system

Repository files navigation

Library Management System [Frontend]

Library Management System [Backend]

Library management system with the possibility for the user:

  • sign up
  • sign in into the system
  • borrow books
  • return books

for the admin:

  • view checkouts
  • CRUD operations with book, book copies, authors, categories, users

Demo

Demo

Stack

TypeScript React React Query React Router React Hook Form Zod MUI Vite ESLint Prettier Axios Husky

Download the project:

gh repo clone Surtt/library-management-system

Run the project

yarn install && yarn dev