Repository files navigation Library Management System
This is a simple console-based Library Management System implemented in Java.
It allows users to perform various operations such as adding, listing, searching, updating, borrowing, and returning books in a library.
Add Book: Users can add new books to the library by providing the title, author, and ISBN.
List Books: Users can view a list of all books currently available in the library.
Search Book by Title: Users can search for books by their title.
Search Book by Author: Users can search for books by their author.
Delete Book: Users can delete a book from the library using its ISBN.
Update Book: Users can update the details of a book (title and author) using its ISBN.
Borrow Book: Users can borrow a book from the library using its ISBN.
Return Book: Users can return a borrowed book to the library using its ISBN.
Exit: Users can exit the system.
Run the LibraryManagementSystem.java file.
Follow the on-screen prompts to perform various operations listed above.
Exit the system when done.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
You can’t perform that action at this time.