-
This is a desktop java application that helps people, particularly travellers, to informally keep accounts with other people.
-
Record how much money you owe someone, or someone owes to you, plus much more!
-
Most of your user interactions are via command line, while there exists a GUI (Graphical User Interface).
For developers, please refer to the "DeveloperGuide.adoc" under "Section 1. Setting Up" and ensure the steps are properly followed.
For users, please refer to the "UserGuide.adoc" for instructions on how to use the application.
Below is a list of useful links to the relevant documents to get you started.
-
Artsiom Skliar - Developer
-
Chen Chongsong - Developer
-
Eric Lingfeng Zhou - Developer
-
Prian Kuhanandan - Developer
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: EasyBind, TextFX, ControlsFX, Jackson, Guava, JUnit4
-
Source code is based on the AddressBook-Level4 project created by SE-EDU initiative.