A clean and efficient CLI Expense Tracker built using C++17, featuring OOP design, CSV storage, and fast search operations.
- Add expenses with date, category, description, amount
- All data saved to
expenses.csv - View all expenses in a formatted table
- Search by keyword (date/category/description)
- Delete expenses by ID
- Category-wise totals
- Clean & modular C++ OOP structure
Created by - Aman Koli
