Budgeting App

Github 🔗

On ongoing project of mine, taking inspriation from Monzo’s budgeting burndown feature. I’m building this web app with Ruby-on-Rails, and using the GoCardless API to handle linking user’s bank accounts to the app securely.

budgeting inspo

The inspiration for the project: monzo’s ’targets’ tab.

So far, I am building the MVP, and have implemented functionality to link a bank account with the app, and to store the user’s key to access their bank account data using server-side sessions, which are much more secure than cookies sesion storage.

The process of linking a bank account:

budgeting inspo

A quick gif I made to demo this