A Java CLI application that allows you to track personal expenses. The application provides multi-view budgets and automatically creates a delimited CSV file for easy importing into other budgeting software.
git clone https://github.com/DominickCS/jexpTracker.git
Inside the cloned directory run the following command:
javac jexpTracker.java
Run the following command to execute the application:
java jexpTracker
- Incorporate secondary input stream for expenses -> (06/10/25)
- Main Menu with options to create new list, view/edit existing, and delete (06/11/25)
- Add expense data to two separate arrays for better outputting. (06/10/25)
- If "expenses.csv" exists, import data into arraylist. (06/11/25)
- Ask User for income to provide salary remainder (06/11/25)
- Provide different expense views (Weekly, Semi-Monthly, Monthly, or All) (06/11/25)