Skip to content

debadritoghosh/Library-Management-System-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📚 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.