This is a Library app where you can checkout a book, return a book, make it as over due, and show all of the books in the library.
This was project 6 in my CS120 course.
The library is a text file which contains currently 25 book titles, and their authors. The app reads from this file and stores it in memory.
To run this app:
- Fork the repository
- Open it in Eclipse
- Copy the path of libraryHoldings.txt in relation to the structure of this repo it is located at /src/librayHoldings.txt
- Open Proj6App.java and paste the path copied in step 3 on line 21 where instructed to do so.
- Run the app and enjoy!