Personal accounting desktop app to track your finances.
Go to file
Andrew Lalis 2959947acc Added scene router, main view for the entire app, and more preparations for a multi-page application. 2023-12-20 13:16:44 -05:00
design Added splash screen image and better splash styling. 2023-12-14 20:09:33 -05:00
src/main Added scene router, main view for the entire app, and more preparations for a multi-page application. 2023-12-20 13:16:44 -05:00
.gitignore Added the initial application files. 2023-12-14 17:23:43 -05:00
LICENSE Initial commit 2023-12-14 15:54:32 -05:00
README.md Added database utils, cleaned up data logic, added rest of models. 2023-12-16 19:48:04 -05:00
pom.xml Added account tile, more model definitions, and improved scene and node loading. 2023-12-15 11:04:26 -05:00

README.md

Perfin

Personal Finance

A personal accounting desktop app to track your finances using an approachable interface and interoperable file formats for maximum compatibility.

About Perfin

Perfin is a desktop app built with Java 21 and JavaFX, using the SQLite3 database for most data storage. It's intended to be used by individuals to track their finances across multiple accounts (savings, checking, credit, etc.).

Because the app lives and works entirely on your local computer, you can rest assured that your data remains completely private.