Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 819 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 819 Bytes

Budget Calculator

Select one of the budgeting methods, input monthly bring home income, and this calulator will allocate the income into the applicable categories.

Link to project: https://budgeting-calculator.netlify.app/

Screen Shot 2022-04-21 at 7 50 20 AM

How It's Made

Tech used: HTML, CSS, JavaScript

Using a few simple budgeting methods that are well known within the personal finance community, I built this calculator to make allocating monthly income quick and simple. I used a conditional to determine which method was selected and which results should be displayed. The allocation calculation is determined by functions related to each percentage amount.