-
PalPay is a desktop finance management application with features such as budgeting, shared expense tracking and statistics.
-
It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java (SDK 11) application intended for Computing students comfortable with CLI and wants to manage their personal finance.
-
The foundation of this application is based on AddressBook-Level3 project created by SE-EDU initiative at https://se-education.org
-
Some parts of this application were inspired by the excellent Java FX tutorial by Marco Jakob.