A
Anonymous
Budget Allocation Component - Copy this Angular, Tailwind Component to your project
Build a responsive page where i can make a budget allocation for every bank account i have in the system. every budget allocation will have a budget type export enum BudgetType { Need, Want, SavingDebt, } the max total allocation is 100% for every bank account. a bank account can also have no allocations
Prompt
