Skip to content

robcrocombe/monzo-calendar-react

Repository files navigation

Monzo Calendar (React)

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.

Try a live demo here

Getting Started

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 yarn start
  • Visit the site in your favourite browser.

To Do

  • Support changing months.
  • Edit/delete planned transactions.
  • Notify user (outside of dev console) when API requests fail.
  • More features.

About

A calendar for your Monzo money (this time in React)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published