This is a simple console-based expense tracker built in Java during the Google Hackathon. It allows users to record expenses, review their history, and calculate totals using a straightforward command‑line interface.
- Add new expenses
- View all recorded expenses
- Calculate total spending
- Organized console workflow
- Basic data handling with arrays/collections
- Java
- Object-Oriented Programming
- Arrays & Collections
- User Input Handling
- Implemented core expense tracking logic
- Designed the console interaction flow
- Built input handling and validation
- Wrote methods for storing and calculating expenses
javac ExpenseTracker.java
## Demo Video
[Watch Demo Video](https://drive.google.com/file/d/1mE1G0xudJhwkZ9z2LYnkybK4cdZjZ3gc/view?usp=drive_link)