Track your household financials like a company: budget, invest and ensure you are profitable.
Current features:
- Loads your financials transactions from a GSheet source
- Visualize your financials data:
- Grid view: financials presented like a P&L statement
- Chart view: including trend lines
Check out the demo at monymony.ivanprobst.com (raw data available here)
- Fork this repo
- Install dependencies
- Add env vars:
process.env.REACT_APP_GSHEET_URLandprocess.env.REACT_APP_GAPI_KEY - Start the app (
npm start)
Your GSheet transactions columns should be:
- Col 1: index (unique ID)
- Col 2: date (dd.mm.yyyy)
- Col 3: description
- Col 4: category (matching configuration CONFIG_GROUP_STRUCTURE)
- Col 5: amount