Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unikorm/library_managment_app
simple library management web app
https://github.com/unikorm/library_managment_app
Last synced: 23 days ago
JSON representation
simple library management web app
- Host: GitHub
- URL: https://github.com/unikorm/library_managment_app
- Owner: unikorm
- License: mit
- Created: 2023-08-20T16:13:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T19:51:40.000Z (over 1 year ago)
- Last Synced: 2023-08-23T20:44:24.290Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# library_managment_app
This is the test project I submitted as part of a job application.A simple web app for library management, featuring a list of books and a list of readers. It includes forms for editing this data, as well as a form for book borrowing and return. When a reader borrows a book, the book's status is updated as borrowed and display the reader's name alongside the book. There is no validation or correctness check for the filled-in information. The app serves as a functional demo with basic logic, and the design is extremely simple, utilizing only pure CSS. For both frontend and backend, clean JavaScript and pure PHP are employed. As a data storage solution, a MySQL database is utilized. I completed the project in three days; I'm aware that it would take an additional two weeks of work to refine it visually, ensure full functionality, and enhance security for real-world usage.