Skip to content

The Expense Tracker is a Java-based application designed to help users manage their finances by tracking income and expenses. It features a user-friendly interface, categorization of transactions, and real-time balance updates, making budgeting simple and effective.

License

Notifications You must be signed in to change notification settings

Imtiazsalaf-01/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

@ MOTIONCUT --- 6 WEEKS INTERNSHIP ---

PROJECT: 03 -Expense Tracker

A S.Y. Java Project using the Swing GUI platform

Tasks achieved till now

  1. Database designed
  2. Basic UI design decided and artially implemented
  3. Graph UI used

Work remaining to be done

  1. JDBC is yet to be attached to this project
  2. UI to be tweaked to look appealing
  3. Graph to be connected with the data got from the database
  4. Minor bug-fixes

To get this project, I would suggest to either

  1. git pull --reset. Here's the link to the Stack Overflow page explaining the same
  2. Simply download the master branch in the form of a zip file.
  3. Create a new directory, and write the following commands (basically create another git directory for the project)
git init
git git remote add origin https://github.com/AmeyaDaddikar/Daily-Expenses.git
git pull origin master
# IF THIS DOES NOT WORK, THEN
git fetch origin master
Do add the JRE files specified by Raj to your project

About

The Expense Tracker is a Java-based application designed to help users manage their finances by tracking income and expenses. It features a user-friendly interface, categorization of transactions, and real-time balance updates, making budgeting simple and effective.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages