https://github.com/mdimranictiu/library-management-system-client
The Library Management System is a web-based application designed to overcome common challenges in library management. It helps users find books across different categories, update book information, add new books to the collection, borrow books, and return them efficiently. This system enhances the library experience with easy management and a user
https://github.com/mdimranictiu/library-management-system-client
applications mern-stack node nodejs react reactjs web
Last synced: about 2 months ago
JSON representation
The Library Management System is a web-based application designed to overcome common challenges in library management. It helps users find books across different categories, update book information, add new books to the collection, borrow books, and return them efficiently. This system enhances the library experience with easy management and a user
- Host: GitHub
- URL: https://github.com/mdimranictiu/library-management-system-client
- Owner: mdimranictiu
- Created: 2025-02-01T05:44:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T07:51:13.000Z (3 months ago)
- Last Synced: 2025-02-11T08:43:34.510Z (3 months ago)
- Topics: applications, mern-stack, node, nodejs, react, reactjs, web
- Language: JavaScript
- Homepage: https://library-management-syste-4cae8.web.app/
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System
**Live Website:** [Library Management System](https://library-management-syste-4cae8.web.app/)
## 📌 Overview
The **Library Management System** is a web-based application designed to overcome common challenges in library management. It helps users find books across different categories, update book information, add new books to the collection, borrow books, and return them efficiently. This system enhances the library experience with easy management and a user-friendly interface.
## 🖼 Screenshot
## 📖 Table of Contents
- [Key Features](#key-features)
- [Technologies Used](#technologies-used)
- [Development Tools](#development-tools)
- [Dependencies used](#dependencies-used)
- [Installation](#installation)---
## ✨ Key Features
- **📚 Book Management** – Add and manage books in the library.
- **📝 Member Registration** – Register new users via email, password, or social login.
- **📖 Book Borrowing & Returning** – Track borrowed books and return deadlines.
- **📢 New Arrivals Section** – Showcases the latest books available for borrowing.
- **📊 Library Statistics** – View insights like available books, registered members, and borrowed books.
- **🔍 Categories** – Find books based on specific genres or categories.
- **📱 Responsive Design** – Optimized for desktop and mobile usage.
- **🔒 User Authentication** – Secure login system for library members.---
## 💻 Technologies Used
### **Frontend**
- **React.js** – Frontend framework for building the UI.
- **Tailwind CSS** – For styling and responsive design.
- **React Router** – Handles navigation and routing.
- **DaisyUI** – UI component library for an enhanced design.### **Backend**
- **Node.js** – Backend runtime environment.
- **Express.js** – Lightweight framework for building APIs.
- **MongoDB** – NoSQL database for storing library data.---
## 📦 Dependencies
The project uses the following npm packages:
```
@eslint
@types/react-dom
@types/react
@vitejs/plugin-react
animate.css
aos
autoprefixer
axios
daisyui
eslint-plugin-react-hooks
eslint-plugin-react-refresh
eslint-plugin-react
eslint
firebase
globals
localforage
lottie-react
match-sorter
postcss
react-countup
react-dom
react-icons
react-rating-stars-component
react-responsive-carousel
react-router-dom
react
sort-by
sweetalert2
swiper
tailwindcss
vite
```## 🛠 Development Tools
- **Visual Studio Code** – IDE for coding and debugging.
- **Git & GitHub** – Version control and collaboration.---
## Installation & Setup
Follow these steps to run the project locally:### 1 Clone the Client Repository
```
git clone https://github.com/mdimranictiu/Library-Management-System-Client.git
cd Library-Management-System-Client
```
### 2 Clone the Server Repository
```
git clone https://github.com/mdimranictiu/Library-Management-System-Server.git
cd Library-Management-System-Server
```
### 2 Install Dependencies
```
npm install
```
### 3 Start the Development Server
```
npm run dev
```## Resources & Links
📖 React Documentation: https://react.dev/
📖 Tailwind CSS Documentation: https://tailwindcss.com/
🔥 Firebase: https://firebase.google.com/📌 Feel free to contribute, report issues, or share your feedback! 🚀