-
This is a desktop Debt Tracker application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is an application to help one keep track of not only their normal expenses, but also their loans (both loans they take and give).
-
If managing your finances is getting too messy and complicated, leave it to this application to help you sort them out!
-
Who knew managing finances could be so simple?
-
While this app is aimed towards SMEs (Small and Medium-sized Enterprises) for them to keep a log of their loans, this app is also available for personal use.
-
The Debt Track has a more sophisticated GUI that includes a list panel and an in-built Browser.
-
Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
-
-
This app was based off https://github.com/nus-cs2103-AY1819S1/addressbook-level4 [Address Book Level 4].
-
Some parts of Address Book Level 4 were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5