This project implements an LLD style library system. It allows for the following functions:
- Joining the library
- Leaving the library
- Donating books
- Borrowing books
- Returning books
- Getting the most active members
- Browsing the catalog
- Getting the checked out books
- Getting a specific member's checked out books
It is written with Java 17 and uses Maven. All of the tests are passing and runnable using JUnit.