Skip to content

ap2323/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Expense Tracker

Table of Contents

About Expense Tracker

Expense Tracker is a comprehensive application designed to help users manage their finances by tracking income and expenses. The application provides insightful reports and analysis to help users understand their spending habits and make informed financial decisions.

Features

  • User Authentication: Secure login and registration system.
  • Add Transactions: Easily add income and expense entries.
  • Categorize Transactions: Assign categories to transactions for better organization.
  • Generate Reports: View detailed reports and summaries of financial data.
  • User-friendly Interface: Intuitive and easy-to-use interface.
  • Groups: User can create groups for trip planning, etc.,
  • Multi-user Accounts: User can create multiple accounts and change accounts.

Technologies Used

  • Java: Core programming language used for application development.
  • JDBC: Java Database Connectivity for database interaction.
  • MySQL: Database management system.

Setup

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • MySQL

Installation

Clone the repository:

git clone https://github.com/ap2323/Expense-Tracker.git
cd expense-tracker

Database Configuration

Update the dbconfig.properties file with your MySQL credentials.

database.name= expense_tracker
database.user=yourusername
database.password=yourpassword

Database Configuration

The DatabaseConfiguration class sets up the database and creates the necessary tables. Ensure you have provided correct MySQL credentials in the dbconfig.properties file.

Tables

  • Users
  • referral accounts
  • Budget
  • expenses
  • income
  • transactions
  • expense groups
  • group members

Usage

  • User Registration.

  • Run the application.

  • Follow the prompts to register a new user.

    Screenshot from 2024-06-21 16-38-13

  • Log in using your credentials.

    Screenshot from 2024-06-21 16-38-44

    Home page loads current month expenses and income.

  • Add Tranasction

    Screenshot from 2024-06-21 16-47-58

  • After add expense.

    Screenshot from 2024-06-21 16-49-50

  • Set the budget.

    Screenshot from 2024-06-21 16-50-12

  • After add multiple expenses and income.

    Screenshot from 2024-06-21 16-52-37

  • View Income.

    Screenshot from 2024-06-21 16-52-51

  • View Expenses.

    Screenshot from 2024-06-21 16-52-58

  • Edit transaction

    Screenshot from 2024-06-21 16-56-38

    Screenshot from 2024-06-21 16-56-45

  • Remove transaction

    Screenshot from 2024-06-21 16-58-23

  • Create Group

    Screenshot from 2024-06-21 17-00-07

  • View Group

    Screenshot from 2024-06-21 17-02-27

    After adding another user for add to group.

  • Add member and view members.

    Screenshot from 2024-06-21 17-02-46

  • Add expense to group and view Expense

    Screenshot from 2024-06-21 17-06-00

    Screenshot from 2024-06-21 17-06-07

  • Multi-Account

    In Settings, you can see the multi-account option and other options.

    Screenshot from 2024-06-21 17-07-30

    Add Account and Change Account

    Screenshot from 2024-06-21 17-09-48

    After changing,

    Screenshot from 2024-06-21 17-09-53

Contributing

We welcome contributions from the community! If you find a bug or want to add a feature, please open an issue or submit a pull request.

Steps to Contribute

  • Fork the repository.
  • Create a new branch.
  • Make your changes.
  • Submit a pull request.

TRUST YOUR CRAZY IDEAS!.