Expense Tracker is a simple web application that helps users track their expenses. It allows users to add, view, edit, and delete expenses.
- Add Expense: Users can add new expenses by providing a description, amount, and category.
- View Expenses: Users can view their expenses in a list format, showing the description, amount, category, and date.
- Edit Expense: Users can edit existing expenses to update the description, amount, category, or date.
- Delete Expense: Users can delete expenses they no longer wish to track.
- Filter Expenses: Users can filter expenses by category or date range to view specific sets of expenses.
- Responsive Design: The application is designed to work well on different devices and screen sizes.
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask framework)