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.