Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T19:20:49.000Z (over 1 year ago)
- Last Synced: 2024-11-17T22:06:24.820Z (2 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.
![image](https://user-images.githubusercontent.com/95649808/174899438-a07f49fb-bb4e-4351-a829-209c77ad8c65.png)