Skip to content

pathumzcode/OpenShelf-Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Banner

πŸ“š OpenShelf – Library Management System (LMS)

Introduction

Managing a library manually can be time-consuming and error-prone, especially when dealing with large numbers of books and members. To solve this problem, I developed a Library Management System, a desktop-based application that helps automate and simplify the daily operations of a library.

This system is designed to manage books, members, and borrowing activities efficiently. Instead of maintaining physical records, the application allows librarians to store and manage all data digitally through an easy-to-use interface.

The system provides a structured and organized way to handle library operations such as adding books, registering members, issuing books, returning books, and viewing information about library resources.


🎯 Objectives of the Project

The main objective of this project is to create a digital library management solution that improves efficiency and reduces manual work. The system aims to:

  • Simplify book and member management
  • Maintain accurate records of issued and returned books
  • Provide quick access to library information
  • Reduce paperwork and human errors
  • Improve overall library administration

This project also helped me gain practical experience in software development, database management, and user interface design.


πŸ–₯️ System Overview

The Library Management System is built as a Windows desktop application with multiple interactive forms that allow administrators and members to perform different tasks.

Each form in the system is designed for a specific function, making the system organized and user-friendly.

The application includes separate interfaces for administrators and members, ensuring secure access and proper management of library resources.


πŸ” Admin Management

Admin Login Page

The Admin Login Page allows administrators to securely access the system. Only authorized users can log in to manage the library.

Admin Registration

The system includes an Admin Registration form, allowing new administrators to create accounts and gain access to the system.

This ensures that only verified administrators can perform management operations.


πŸ“š Book Management

Add Books

The Add Books interface allows administrators to add new books to the library database. Important details such as:

  • Book ID
  • Book Title
  • Author Name
  • Category
  • Quantity

can be stored in the system.

Each book is assigned a unique Book ID to make identification and tracking easier.

Remove Books

The Remove Books feature allows administrators to delete books from the system when they are no longer available in the library.

View Book Information

The View Book Information interface displays all books stored in the database. This allows administrators to quickly search and view book details.


πŸ‘₯ Member Management

Member Registration

The Member Registration Form allows new library members to register in the system.

Information such as:

  • Member ID
  • Name
  • Contact Details
  • Address

is stored in the database.

Each member receives a unique Member ID, which helps track borrowing activities.

Member Login Page

Members can log in to the system using their credentials to access available library features.

View Members Information

This interface allows administrators to view the list of registered members and their details.

Remove Members

If a member is no longer active, administrators can remove their records from the system.


πŸ“– Book Borrowing System

Issue Books

The Issue Books interface allows administrators to issue books to registered members.

When a book is issued:

  • The system records the Member ID
  • The Book ID
  • The Issue Date

This ensures proper tracking of borrowed books.

Return Books

The Return Books interface allows administrators to process returned books.

When a book is returned:

  • The system updates the database
  • The book becomes available again for other members

This helps maintain accurate library records.


πŸ“Š Dashboard

The Dashboard serves as the central control panel of the system.

From the dashboard, administrators can quickly navigate to:

  • Book Management
  • Member Management
  • Issue Books
  • Return Books
  • View Information

The dashboard makes the system easy to use and improves navigation efficiency.


βš™οΈ System Settings

The Settings interface allows administrators to configure system-related options and manage application preferences.

This ensures the system can be customized based on library requirements.


🧰 Technologies Used

The Library Management System was developed using the following technologies:

C#

C# is the main programming language used to implement the application logic and handle system operations.

.NET Windows Forms

Windows Forms was used to design the graphical user interface (GUI), allowing users to interact with the system easily.

MySQL

MySQL is used as the database management system to store all data related to books, members, and borrowing records.

Visual Studio

Visual Studio was used as the development environment to design interfaces, write code, and manage the project.


πŸ’‘ Key Features of the System

βœ” Secure Admin Login and Registration
βœ” Book Management (Add / Remove / View Books)
βœ” Member Management (Register / Remove / View Members)
βœ” Book Issuing System
βœ” Book Return Management
βœ” Unique Book ID and Member ID system
βœ” User-friendly Windows Forms interface
βœ” Organized database management


πŸ“ˆ Skills Demonstrated

Through this project, I developed and improved my skills in:

  • Desktop Application Development
  • Object-Oriented Programming (OOP)
  • Database Design
  • MySQL Integration
  • User Interface Design
  • Software Testing and Debugging

πŸš€ Conclusion

The Library Management System successfully demonstrates how technology can improve traditional library operations by introducing a digital system that is efficient, organized, and easy to use.

This project helped me gain practical experience in building real-world software solutions, managing databases, and designing user-friendly interfaces.

The system can be further enhanced by adding features such as barcode scanning, online book reservations, and reporting dashboards.

🀝 Contributing

Contributions are welcome and appreciated! πŸŽ‰
If you’d like to improve OpenShelf, please follow these steps:

  1. Fork the repository
  2. Create a new branch (feature/your-feature-name)
  3. Commit your changes with clear messages
  4. Push to your fork
  5. Open a Pull Request

Please ensure your code follows best practices and is well-documented.


⭐ Support the Project

If you find OpenShelf helpful or useful, please consider giving this repository a star ⭐.
Your support motivates us to continue improving the project and adding new features!


πŸ”— Links

  • LinkedIn Article: (article link here)

πŸ‘€ Contributors


πŸ“„ License

This project is open-source and available under the MIT License.

About

OpenShelf is a smart Library Management System built with C# and SQL Server. It features unique AdminID and MemberID tracking, secure login, book and user management, real-time transactions, due date alerts, reports, and a modern Windows Forms UI for efficient library operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages