Skip to content

A personal finance tracking tool. Written in Java for OOP exam.

Notifications You must be signed in to change notification settings

mc-cat-tty/PersonalFinance

Repository files navigation

PersonalFinance

UI Design

HomeView

End Result

EndResult

Usage

4Users

  1. Download the latest release at https://github.com/mc-cat-tty/PersonalFinance/releases/latest
  2. Run PersonalFinance.jar through the gui (usually by double clicking it) or through the cli (java -jar PersonalFinance.jar)

4Devs

mkdir build && cd build
cmake .. && make

On Windows you might need to use `-G "MinGW Makefiles" option to set the generator.

Run target (inside build directory):

make run

Generate doc (inside build directory):

make gendoc

Assets

Documentation

docs/html/index.html

Bugs

Feel free to report any bug or issue by opening a issue marked as bug or enhancement