Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avi-dey/java-expense-tracker
A simple java expense tracker made with javaFX. Expenditure categories can be graphically visualized with the help of pie charts.
https://github.com/avi-dey/java-expense-tracker
java javafx mysql mysql-database
Last synced: about 1 month ago
JSON representation
A simple java expense tracker made with javaFX. Expenditure categories can be graphically visualized with the help of pie charts.
- Host: GitHub
- URL: https://github.com/avi-dey/java-expense-tracker
- Owner: avi-dey
- License: mit
- Created: 2024-09-05T19:04:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:48:04.000Z (4 months ago)
- Last Synced: 2024-10-16T19:25:56.401Z (3 months ago)
- Topics: java, javafx, mysql, mysql-database
- Language: Java
- Homepage:
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expense-Tracker
A Simple Java Expense-Tracker To Track Financial Activity Efficiently. Its simple design makes it lightweight and straightforward. Graphical visualization is added for better analyzing your expenses.
![Expense_Tracker first Three Tabs](/images/Expense_Tracker.png)
## Quick Glance
- Total Spending by Category, Total Saving and Total Spending.
- All Transaction history with Category,Date and spent Money.
- A Pie Chart Data Visualization that displays values as slices of a pie, sized by their percentage of the total.
- Add Expenditure Details## Tech Stack
- Java
- JavaFX GUI toolkit
- MySQL local Database