Cubified / money

A simple personal finance webapp to keep tabs on how your money moves.

Home Page:https://cubified.github.io/money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Money

Money

A simple personal finance webapp to keep tabs on how your money moves.

Try it Here

Features

  • Transaction registry
  • Spending breakdown by category
  • Automatic credit card rewards calculation
  • Rewards breakdown by card
  • Statement date tracker
  • Credit card simulator + recommendations based on your spending habits
  • Budget tracker
  • Runs completely offline, with persistent storage provided by localStorage
  • Dark theme by default
  • Fully responsive, built with mobile in mind

Screenshots

These screenshots do not contain the new dark theme and color scheme, but do showcase the site's basic layout on desktop.

Main page:

1

Credit card simulator: 2

Building Locally

money is based on create-react-app, meaning to start the development server run:

 $ yarn start

And to produce a production build run:

 $ yarn build

See Also

Source of credit card rewards data: cards

About

A simple personal finance webapp to keep tabs on how your money moves.

https://cubified.github.io/money


Languages

Language:JavaScript 95.1%Language:CSS 2.1%Language:HTML 1.9%Language:Shell 0.8%