Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewcomputsci2019/library
program that tracks users and books within the library
https://github.com/andrewcomputsci2019/library
Last synced: 18 days ago
JSON representation
program that tracks users and books within the library
- Host: GitHub
- URL: https://github.com/andrewcomputsci2019/library
- Owner: andrewcomputsci2019
- Created: 2020-11-17T17:16:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T05:44:58.000Z (over 3 years ago)
- Last Synced: 2024-11-05T23:06:16.709Z (2 months ago)
- Language: Java
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library
Simple program that runs in command line that suppose to track books added by the user using file input and output using java
program was built over a two week time period and deveploment has been stoppd due to time constrains from school
program must be run in and ide due to the unbuilt nature of the program
the program uses java hashMaps to contain the book and user detials on run time, and then on exit saves the runtime data to txt file for Persistence