flippedcoder / clear-budget-tracker

This app lets you record what you bought, when you bought it, and how much it cost. It lets you group expenses by category and gives you a percentage breakdown of each category.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-budget-tracker

This app lets you record what you bought, when you bought it, and how much it cost. It lets you group expenses by category and gives you a percentage breakdown of each category.

Motivation

The main reason I made it is because I got tired of apps having access to all of my sensitive bank info when I just wanted to keep a manual track of what I was buying.

Set up

  1. Clone the repo
  2. cd into the "client" directory and run npm install
  3. cd into the "server" directory and run npm install
  4. Open two terminals, one for the "client" and one for the "server"
  5. Run npm start in both terminals

This is just here in case anybody wanted to know how I find color schemes, for better or worse. color palette (https://colorpalettes.net/color-palette-4146/)

  • black: #1f1d08
  • green: #94ae3f
  • grey: #ebebeb
  • blue: #243754
  • dark blue: #101321

About

This app lets you record what you bought, when you bought it, and how much it cost. It lets you group expenses by category and gives you a percentage breakdown of each category.


Languages

Language:JavaScript 90.0%Language:HTML 9.8%Language:Shell 0.2%