Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1006 Bytes

File metadata and controls

61 lines (44 loc) · 1006 Bytes

📚 Library Management System (Java)

Java License Status

A simple terminal-based Library Management System developed using Java.

This project is designed for beginners who are learning Java and Object-Oriented Programming.

Features

  • Add Book
  • Display Books
  • Search Book
  • Issue Book
  • Return Book
  • View Book Availability
  • Menu Driven Program
  • Terminal Based
  • Java 26 Compatible

Technologies Used

  • Java
  • VS Code
  • Terminal

How to Run

Compile

javac LibraryManagementSystem.java

Run

java LibraryManagementSystem

Output

==============================
 LIBRARY MANAGEMENT SYSTEM
==============================
1. Add Book
2. Display Books
3. Search Book
4. Issue Book
5. Return Book
6. Exit

Author

Debadrito Ghosh

If this project helps you, feel free to ⭐ the repository.