This is a budget tracker that takes the users income and expenses one by one. In the end a budget will automatcially adjust as each user input is inserted. The all inputs have validation for the user to must enter the correct format such as numbers or strings for the specified areas such as income should be numbers and Description should be strings the type of description is necessary so it can be displayed down below next to the amount. each time a user needs to input a new income or expense they must erase the old input and repeat
step 1 : enter income amount and description of type step 2 : click on the add button under the user input
repeat the same steps for expenses
This is all the user has to do to display their recordings and calculation of the budget.