A simple Java console project to manage daily expenses.
- Add new expenses
- View all expenses
- Search by category
- Delete by ID
- Data stored in text file (
expenses.txt)
- Java (OOP + File Handling)
- No external libraries
- Clone the repository:
git clone https://github.com/yourusername/ExpenseTracker.git - Open in any IDE (Eclipse, IntelliJ, or VS Code).
- Run
Main.java.
Amandeep (BCA Student)