The Budget Buddy App is a mobile application built using React Native, Expo, and SQLite. It allows users to track their expenses conveniently on their mobile devices.
- Add, edit, and delete expenses
- View a list of all expenses
- View total expenses
- Offline support with SQLite database
-
Add a new expense:
- Tap the "New Entry" button.
- Enter the expense details such as amount, description and expense type.
- Tap "Save" to add the expense.
-
Delete an expense:
- long press an expense to delete it
-
View expenses:
- The home screen displays a list of all expenses.
- Total expenses are displayed at the top of the list.
- React Native
- Expo
- SQLite
This project is licensed under the MIT License.