The finance app that you control.
- Add budget accounts (e.g. Chequing, Savings, Credit Card)
- Add transaction categories (e.g. Groceries, Eating Out, Transportation)
- Record your day-to-day transactions
- Everything stays on your device
- Node 14.x.x+
- Nx (install with
npm install --global nx
)
- Clone this repository
- Install npm dependencies
npm install
- Start the metro bundler
nx start mobile
- (Android) Run Gradle
nx run-android mobile