The Expense Tracker CLI application is a simple command-line tool to help users manage their finances. It allows users to add, delete, and view their expenses directly from the terminal. Additionally, the application provides a summary of expenses for an overview of financial activity.
- Add Expenses: Quickly add expenses by specifying details such as amount, date, and description via the command line.
- Delete Expenses: Remove unnecessary or incorrectly added expenses using simple commands.
- View Expenses: Display a list of all recorded expenses with relevant details.
- Expense Summary: View a consolidated summary of total expenses directly in the terminal.
This project is licensed under the MIT License. See the LICENSE file for details.