expense
tracker.
the app I actually use to track where my money goes. built after the paywalled app I was using locked basic filtering behind a subscription: react on the front end, hono + cloudflare workers, d1, and r2 on the back, no framework I didn't need.
this is my personal finance data, so it stays private behind auth. screenshots here run on generated sample data, not my real spending.
← all projects
a calculator-style amount pad (type 4 5 . 9 0, not tap-tap-tap through a stepper), a category picker, and it's logged. installs as a PWA and the app shell works offline; the api is online-only by design.
monthly totals, a category breakdown, and a spending chart you can actually zoom: drill from year to month to day, with a dynamic y-axis and a horizontal scroller once bars get narrow.
per-category budgets with progress bars, a six-month pass/fail history at a glance, and recurring expenses that materialise themselves on schedule, month-end dates handled correctly.
nightly snapshots to cloud storage, JSON/CSV export any time. no subscription wall to see last month's spending, because this version doesn't have one.