A simple console-based Library Management System built in Java.
This is my first project after one month of learning Java, created to practice Object-Oriented Programming (OOP), Collections, and User Authentication.
- π User Authentication (Admin & Student roles)
- π€ Registration & Login System
- π Add, Show, Search Books (by title & author)
- π¦ Issue & Return Books
- β Book Availability Tracking
This is just a prototype.
πΎ File / Database storage for persistent data(Coming Soon) π₯ Track which student issued a book(Coming Soon) π₯οΈ GUI or Web Interface (JavaFX / Spring Boot / MERN stack) π More advanced search & filtering
# 1. Clone the repository
git clone https://github.com/asmit159/library-management-system.git
cd library-management-system
# 2. Compile the code
javac LibraryManager.java
# 3. Run the program
java LibraryManager
π All Rights Reserved License
Β© 2025 @Asmit159 .
This source code and all associated files are the intellectual property of @Asmit159. No part of this project may be copied, modified, distributed, or used in any form without the prior written permission of the author.