A simple Python-based Expense Tracker that allows users to:
- Add new expenses with a date, description, and amount.
- View a list of all recorded expenses.
- Remove any expense by index.
- Calculate the total of all expenses.
- Interactive command-line interface.
- Clean and simple code structure using OOP (Object-Oriented Programming).
- Python 3
- Classes and Objects
- File handling (optional)
- Clone the repository:
git clone https://github.com/Richardeze/ExpenseTracker.git