Millions of us are living paycheck to paycheck. It can be difficult to build a budget that helps you pay for your bills as well as plan for the future - without making you feel like you have to do without. You may have heard about the tried and true cash “Envelope Savings” system, which can help you to make sure you always have enough to pay your b
BudgetCard.tsx : changed the default value in the progress bar
Purpose
The purpose of this bug ticket was to change the default state value of the progress bar. Before I made changes the progress bar would show it was 30% full before there was any number value to account for. So my main job for this ticket was to make it show 0% full at its default state as it would reciprocate nothing being accounted for.
Approach
My Approach to this ticket was to look inside the budgetcard.tsx file, look through the logic, and see what is being passed into the progress bar that could be giving it a false value.
Changes
Purpose
The purpose of this bug ticket was to change the default state value of the progress bar. Before I made changes the progress bar would show it was 30% full before there was any number value to account for. So my main job for this ticket was to make it show 0% full at its default state as it would reciprocate nothing being accounted for.
Approach
My Approach to this ticket was to look inside the budgetcard.tsx file, look through the logic, and see what is being passed into the progress bar that could be giving it a false value.
Close #97