java-household-account-book

Expense Tracker App README

This Expense Tracker application is a simple Java Swing-based desktop application that allows users to track their expenses. The application uses SQLite as the database to store transaction data.

How to Run:

  1. Ensure you have Java installed on your system.
  2. Download the “ExpenseTracker.jar” file from the repository.
  3. Open a terminal or command prompt and navigate to the directory containing the JAR file.
  4. Run the following command: java -jar ExpenseTracker.jar
    Note: Please copy the dependency libraries to the lib directory
    See lib/lib-list.txt for details

最新リリース

最新リリース

Features:

  1. Add Transaction: Enter the transaction details, including amount, description, and date, and click the “Add Transaction” button to add it to the database.

  2. Display Transactions: Click the “Display Transactions” button to view a list of all transactions in the JTextArea.

User Interface:

Database:

Fonts:

Note: To customize the application or contribute to development, refer to the source code.

Author: Divings Date: 2024-03-03