Skip to content

Expense Tracker, a Java terminal app for personal finance, developed as a data structures assessment.

Notifications You must be signed in to change notification settings

grilled-swampert/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Expense Tracker is a terminal based Java application that helps you manage your personal finances by keeping track of your income and expenses. You can add transactions, categorize them, and view your transaction history.

The code primarily utilizes Java HashMaps to manage transactions, account balances, and descriptions, along with LinkedLists to store transaction details, enabling efficient data organization and retrieval.

The output of the code is as follows:

alt text

About

Expense Tracker, a Java terminal app for personal finance, developed as a data structures assessment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages