https://github.com/julgitt/library-management-system
Simple Library Management System featuring books, users and borrows management.
https://github.com/julgitt/library-management-system
java library-management-system swing
Last synced: 2 months ago
JSON representation
Simple Library Management System featuring books, users and borrows management.
- Host: GitHub
- URL: https://github.com/julgitt/library-management-system
- Owner: julgitt
- Created: 2023-07-20T21:01:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T19:20:49.000Z (almost 3 years ago)
- Last Synced: 2025-12-28T16:22:10.074Z (6 months ago)
- Topics: java, library-management-system, swing
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LIBRARY MANAGEMENT SYSTEM
___
A window application that allows you to manage the library database.
It includes such functionalities as:
- adding and deleting books, library users and book borrowings
- creating a bill if the user does not respect the deadline for returning the book.
The program is implemented in Java in the IntelliJ environment with the use of the Swing library.
