A calendar for your Monzo money. Originally written in Vue, I wanted to try again in React. You can:
- View this month's transactions in a calendar view.
- View your current balance.
- Plan transactions you know you're going to make in the future, and see how they will affect your balance.
This web app is written in React.js with Parcel.
- Clone this repo.
- Run Yarn to install dependencies.
- Add your Monzo Client ID and Secret
- Run
yarn create-env
and add them to the local.env
file. - Alternatively at runtime, by clicking the
Login
button.
- Run
- Run
yarn start
- Visit the site in your favourite browser.
- Support changing months.
- Edit/delete planned transactions.
- Notify user (outside of dev console) when API requests fail.
- More features.