A budgeting app around the idea of saving money on a monthly basis by never spending more money in a month than you make in a month.
Tacks all income and keeps a running tally of it against any purchases or expenses so you can see where your stand for the month
Helps track if your account will go under at any time during the month based on predicting income
Once a budget is established the app helps setup the amount that should be in your open spending 'cash/cash-card' account.
If you decide to use this repo it looks for a src/enviroments/environemnt.ts file
export const environment = { production: false, firebase: { apiKey: '', databaseURL: '', projectId: '' } };