Personal Expense Tracker

Overview

Personal Expense Tracker is a Java application designed to help users manage their daily expenses. It allows users to add, view, and delete expenses, categorize them, and view summaries. The application starts with a console-based version, with the option to extend it with a graphical user interface (GUI).

Project Structure

  • src/ - Contains the source code files.
    • ExpenseTracker.java - Main class handling the core functionality and user interface.
    • Additional files - Utility classes and data handling files.
  • README.md - This file provides information about the project.
  • LICENSE - This project is licensed under the MIT License. See the LICENSE file for details.

Setup Instructions

  1. Clone the Repository Open your terminal or command prompt and run:
    git clone https://github.com/Jigyansha06/PersonalExpenseTracker.git
    
    

Author: Jigyansha Mohapatra GitHub Profile: Jigyansha06