deltanart / expenseTracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 GitHub release example workflow

Expense-Tracker

A Java Application to track your personal spending.

Installation

Java 11 or higher is required for the Application to run.
Download and install the latest Java Version.

The Application is bundled as a standalone jar file containing all dependencies.
Download the newest Version from the Releases Tab.

Run

Just double click the jar file. The application creates a data.db file which holds all of your data entries. It is a simple SQLite Database file. The Database can also be opened with the DB Browser for SQLite.

If double clicking does not work, open the jar File via the terminal:

java -jar shade/expenseTracker.jar

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-v3.0

About

License:GNU General Public License v3.0


Languages

Language:Java 99.7%Language:CSS 0.3%