BudgetManager is a simple Java application for managing your budget.
With this tool, you can save, categorize, and review transactions.
- Save transactions to a file
- View all transactions
- Filter transactions by category
- Remove transactions
- Load transactions from a file
-
Clone the repository:
git clone https://github.com/hylkest/BudgetManager.git cd BudgetManager -
Ensure that Java and Gradle are installed.
-
Build the project using Gradle:
gradle build -
Run the application:
gradle run
- Java 11 or higher
- Gradle