Expense Tracker Expense Tracker is a simple and interactive Java-based application designed to help users manage their personal expenses. This project showcases a user-friendly interface for tracking, categorizing, and analyzing expenses over time.
Features Add Expenses: Easily add new expenses with details including amount, category, and date. View Expenses: Display a list of all recorded expenses in a clear and organized manner. Search and Filter: Quickly search and filter expenses based on category and date. Update and Delete: Modify or remove existing expenses as needed. Export to CSV: Export your expense data to a CSV file for external analysis. Technologies Used Java: Core programming language used for the application's development. JavaFX: Provides the graphical user interface (GUI) components and layout. CSV Files: For exporting and saving expense data.