New Project: Budget App
Opened this issue · 0 comments
HarshitaSajjan commented
Key Features:
Budget Controller: Manages the core data, such as income, expenses, total budget, and the calculation of percentages.
UI Controller: Handles the interaction with the DOM, including formatting numbers, clearing input fields, and displaying the budget and percentages.
Global App Controller: Coordinates the flow between the budget logic and UI interaction, such as adding or deleting items and updating the budget.