A simple and very basic library management system.
This is a library management system made using Java Swing and in Eclipse IDE. It includes a dedicated and integrated SQLite database for data management. The key features in this program include:
- To add new books in the database
- To add new members in the database
- To lend any book to any member (one book and one member at a time) and mark the book as 'Unavailable' in the database
- To return lended books and update the status of the book as 'Available'
- To view a tabular representation of books in the library, members registered, and details of the borrowed books (book name, member name, borrow date)
- To update the personal information of the members
Currently it does not have any authentication system but can be implemented upon requirement.
Get the software for local testing in this link: https://drive.google.com/file/d/1mqMxCTq9r_hGzzLn6JvZQTurB8S3uNzV/view?usp=sharing
Note: The background is not bundled with the package and the animation too so it may not appear in your local system.




