An open API service indexing awesome lists of open source software.

https://github.com/k2on/money

The fastest personal finance application that runs on iOS, Android, Web, and even in the terminal.
https://github.com/k2on/money

Last synced: 14 days ago
JSON representation

The fastest personal finance application that runs on iOS, Android, Web, and even in the terminal.

Awesome Lists containing this project

README

          

# Koon Money

image

The fastest personal finance application that runs on iOS, Android, Web, and the terminal.

Made with Typescript, Expo/React Native, OpenTUI, Zero Sync Engine, Better Auth, and Drizzle.

## Development

```sh
git clone https://git.koon.us/max/money.git
direnv allow
cp .env.example .env.dev
ln -s .env.dev .env
vim .env.dev # Update with Plaid credentials
pnpm install
pnpm dev
```

## Deployment

An example deployment of this application can be found [here](https://git.koon.us/max/os/src/branch/main/host/ark/service/money.nix).