Create a simplified Truebill-like clone that will keep track of your subscriptions and payments. The program should store the information on the local machine in separate file to retain the data for later use and organize data when run. The program should also have the option add, edit, and remove items from the payments list. Useful information that is calculated should also be incorporated. Budgeting is nice benefit. The goal is to use all native libraries of Java to make the program.
The PaymentTracker program is built entirely on Java and uses some libraries such as ArrayList, PrintWriter, Scanner, and Error handling libraries. The program heavily relies on the object-orientated nature of Java, using the idea of classes and algorithms to accomplish the requirements of the program. Apart from organizing the data alphabetically by category and by highest price in each category, the program also displays useful information such as monthly, yearly, and upcoming payments (all managed by their associated methods). The program also incorporates a budgeting feature which allows the user to keep their monthly payments in check. The budgeting feature gives the user suggestions on which payments to remove (taking into account price and payment importance), if the total monthly amount exceeds budget.
Site by Maxim Shelepov. Icons by Icons8.