← Back to context

Comment by plondon514

2 years ago

I created a super simple web app (using Phoenix LiveView) to track spending and budgets. I found all the options to be overly complicated. My wife and I have monthly recurring spends (rent, healthcare, subscriptions, etc.) that we share and we each want to know what our daily spending limit is.

I couldn't find a simple app that would automatically read our transactions reliably and generate this daily spending limit.

My app does 2 things: Shows transactions: https://imgur.com/a/aJ9G02q Shows limit overviews: https://imgur.com/a/ugnmnFq

Stack: - Phoenix LiveView - Postgres - Plaid