The Household Budget is an app I built for people to calculate and keep track of their monthly household budget. It also calculates data for you about things like:
When you click the "Add Person" button, you will be asked to put in a Name, Net pay amount ($), Frequency of how often you get paid (weekly, biweekly, monthly).
It will then display the Name, how often that person gets paid, their Net monthly income, a section for their monthly bills, and a section for how much money remaining after all bills are paid.
You can add as many persons as you'd like in order to properly calculate for having spouses or roommates.
After that click the "Add Bill" button, which will prompt you to input the name of the bill, the amount, the frequency (weekly, biweekly, monthly), and then you can assign that bill to a single person or split it evenly between as many of the persons as you'd like (example... maybe 3 out of 5 roommates pay the internet bill, and 2 out of 5 roommates pay the water bill).
It will then display the name of the bill and all of its settings.
It will also automatically deduct the amount from the assigned bill payer's Net Income and update that person's display.
You can click on a person or bill at any time to change their details, like maybe the cost of your bill went down or your net income went up. You can also remove a person or a bill at any time. Or completely reset all data.
All data will reset if you clear the cache data in your browser.