By Apoorwa
This tool helps the user to track the monthly expenses and calculate the savings along with visualization of the expenses. The code is written in Java and ca be run on intellij platform.
Tracking expenses is a vital work in our life. Calculating savings and visualizing expenses can me made easy through this simple java program. This project is build on JavaFX using Intellij platform. It uses simple calculation methods to calculate savings from the given salary and expenses. It not only displays the savings but also visualizes the expenses in form of Line graph by using JavaFX which provides a set of graphics and media packages. The program can be run by:
1. Creating a javaFX project on Intellij.
2. Running the given code in a java class in the project.
The original GUI of the program will be as follows:
With the help of the drop down menu select the expenses and enter the amount after entering the salary. The program will keep updating the savings as well as entering the data into the line chart :
Submitted by Apoorwa (Apoorwa)
Download packets of source code on Coders Packet
Comments