Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbhati199/budget-buddy-flutter
https://github.com/skbhati199/budget-buddy-flutter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/skbhati199/budget-buddy-flutter
- Owner: skbhati199
- Created: 2023-08-25T19:11:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-25T19:11:19.000Z (over 1 year ago)
- Last Synced: 2024-11-02T07:07:02.632Z (3 months ago)
- Language: C++
- Size: 259 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget Buddy
Developing a budget tracking app
## Getting Started
- The app displays the total budget and current spending on the BudgetScreen.
- The user can navigate to the AddSpendingScreen to input and add a new spending amount.
- The entered spending amount is passed back to the BudgetScreen, and the current spending is updated accordingly.