Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.05 KB

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.