A Simple Android Budgeting App
A simple personal finance manager with features such as:
- The ability to set a monthly budget
- Categorize each transaction
- Allowing income to be added to transactions
- All in one transaction log for easy viewing of financial summary
First, make sure you have these prerequisites before cloning the repository:
- Android Studio Ladybug (2024.2.1) (for AGP 8.7 Support)
- Java 17
- JetBrains Runtime 17.0.12 (jbr-17)
Open a terminal (or CMD on Windows) of your choice and clone the project by entering this command:
git clone https://github.com/Trueguy64/IYB_App
- Once the project is done cloning, open Android Studio.
- From the top left, select File > Open. Then select the project folder
- Usually the project folder is located within your home directory (or user directory on Windows).
- Make sure to Sync Gradle and allow Android Studio to download all prerequisites, which is required for the app to build.
- This will allow you to run it on your Android Virtual Device (AVD).
Distributed under the Apache 2.0 License. See LICENSE for more information.