Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 985 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 985 Bytes

Library Management System Web Engineering Lab Course Code: CSE 3106

live site link : https://susis-library.web.app

Website name: RMSTU Central Library

Running the application locally

1.Clone the Repository: https://github.com/Mostaq27/library-management-client

git clone https://github.com/Mostaq27/library-management-client

2.Navigate to the project directory:

cd library-management-client

3.Install Dependencies:

npm install

4.Start the Development Server:

npm run dev

Features

  • used private route
  • implement 2 type of authentication system , like password, google
  • user can add Books and Update Books
  • user can Borrow Books and Return Books
  • Dark theme toggle

Used technology and packages

  • React, Tailwind CSS, daisyUI, flobite
  • react-icon, react-hook-form, react-router-dom, swiper, sweetalert2, momentjs, framer-motion - axios
  • server side: express, mongodb, dotenv, jsonwebtoken