Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TODO] Add Budget feature #4

Open
gbowne1 opened this issue May 10, 2023 · 1 comment
Open

[TODO] Add Budget feature #4

gbowne1 opened this issue May 10, 2023 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@gbowne1
Copy link
Owner

gbowne1 commented May 10, 2023

Budget page: This page allows users to set up their budget and track their expenses against it. The budget page can include components such as BudgetForm, ExpenseList, and ExpenseItem

The budgeting page should provide users with a clear and concise overview of their budget, allowing them to quickly and easily track their spending. Some of the features to consider include:

Budget categories: Users should be able to categorize their budget based on different criteria, such as date, type, and amount. This can help users identify areas where they may be overspending and make adjustments to their budget accordingly.

Budget history: The budgeting page should provide users with a history of their budget over time, allowing them to see how their spending patterns have changed and identify any trends or patterns.

Budget details: Users should be able to view detailed information about each budget, such as the date, amount, and category. This can help users identify any discrepancies or errors in their budget and make adjustments as needed.

Budget tracking: The budgeting page should allow users to track their budget in real-time, ensuring that their budget is always up-to-date. This can include features like automatic budget categorization, budget reminders and alerts.

Budget comparison: Users should be able to compare their actual expenses to their budgeted expenses, allowing them to see how well they are sticking to their budget and identify areas where they may need to cut back.

@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels May 10, 2023
@gbowne1
Copy link
Owner Author

gbowne1 commented May 14, 2023

To set up savings goals and track progress towards them, we can create a SavingsForm component that allows users to enter their savings goals and track their progress. We can display charts and graphs using a library like Chart.js to show users how close they are to reaching their goals.

For budget tracking, we can allow users to create a budget and track their expenses against it. We can use React to create components such as BudgetForm, ExpenseList, and ExpenseItem to allow users to add and categorize expenses. We can display charts and graphs using a library like Chart.js to show users how they are spending their money.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

1 participant