https://github.com/aliiakbarkhan/library-managment-system
https://github.com/aliiakbarkhan/library-managment-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliiakbarkhan/library-managment-system
- Owner: aliiakbarkhan
- Created: 2025-07-30T17:48:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T17:54:50.000Z (3 months ago)
- Last Synced: 2025-07-30T20:36:21.596Z (3 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Library Management System
[](#)
[](https://www.google.com/search?q=)
A simple desktop application for managing a library's books and borrowing records. This system is developed in Java using Swing for the graphical user interface. It allows librarians to add, edit, and delete books, as well as manage borrowing and returning books.
-----
## ๐ Project Overview
This application provides a comprehensive solution for basic library management tasks, including:
* **Book Management:** Add, edit, delete, and search for books by ISBN, title, author, or category.
* **Borrowing & Returning:** Record new book loans and process returns.
* **Record Keeping:** View all, active, and overdue borrowing records.
* **Reporting:** Generate reports on library inventory and borrowing activity, including overdue books.-----
## ๐ Tech Stack
* **Language:** Java
* **GUI Framework:** Swing
* **Data Structures:** `ArrayList` for storing books and borrow records.
* **Date & Time:** `java.time.LocalDate` for handling dates.-----
## โ๏ธ Installation
To run this application, you need to have a Java Development Kit (JDK) installed. The project can be compiled and run directly from the command line or an IDE like IntelliJ IDEA or Eclipse.
### Command Line
```bash
# Compile the Java file
javac LibraryManagementSystem.java# Run the application
java LibraryManagementSystem
```### IDE
1. Create a new Java project in your IDE.
2. Add the `LibraryManagementSystem.java` file to the project's source folder.
3. Run the `main` method in the `LibraryManagementSystem` class.-----
## ๐ Visuals
| Plot Description | Image |
|----------------------------------------------------------|-------|
| Main Screen |  |
| Borrow Screen |  |
| Record Screen |  |
| Report Screen |  |-----
## ๐งช How to Use the Application
The application features a tabbed interface for different functionalities:
* **Books Tab:**
* **Add Book:** Click "Add Book" to open a dialog for entering book details (ISBN, Title, Author, Category, Copies).
* **Edit Book:** Select a book from the table and click "Edit Book" to modify its details.
* **Delete Book:** Select a book and click "Delete Book" to remove it from the library's catalog.
* **Search:** Use the search bar to find books.* **Borrow/Return Tab:**
* **Borrow Book:** Enter the ISBN, borrower's name, and email to record a new loan.
* **Return Book:** Enter the ISBN and borrower's name to mark a book as returned.* **Records Tab:**
* View all borrowing records, including returned books.
* Filter records to show only "Active" (currently borrowed) or "Overdue" books.* **Reports Tab:**
* **Inventory Report:** Generates a detailed list of all books, their total copies, and available copies.
* **Borrowing Report:** Provides statistics on total, active, and overdue borrowing records, along with a list of all overdue books.## ๐ Project Structure
```bash
โโโ LibraryManagementSystem.java # Main application file
โโโ README.md # Project documentation
```-----
## ๐จโ๐ป Author
* **Ali Akbar Khan**
* **Email**: aliakbarkhana79@gmail.com
* **LinkedIn**: [aliakbar-khan](https://www.linkedin.com/in/aliiakbarkhan)-----
## ๐ License
This project is for educational and personal use. All rights are reserved.