This program is a simple application to record your income and expenses. Just input your income and expense, it will automatically save all the records and loads the reord when you run the program again.
On your terminal, run "javac BudgetApp.java". After you confirm that "BudgetApp.class" is generated, run "java BudgetApp" to launch the app.
The language used in this program is Java. You need to install JDK before using Java on your machine.
- Improve UI
- Add dates to the record
- Add a graph sowing total income and expences with category