Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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.

Features

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

Usage

  • Run the LibraryManagementSystem.java file.
  • Follow the on-screen prompts to perform various operations listed above.
  • Exit the system when done.

Contributing

  • Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages