A simple and responsive Expense Tracker web application built using HTML, CSS, and JavaScript.
The app helps users record daily expenses, categorize them, and view total spending easily.
- Add expenses with name, amount, and category
- View a list of all recorded expenses
- Automatically calculate total expenses
- Filter expenses by category
- Responsive design (works on desktop and mobile)
- Clean and user-friendly interface
- HTML5
- CSS3
- JavaScript (Vanilla JS)
├── index.html ├── style.css ├── script.js └── README.md
-DOM manipulation -Git & Github workflow -Project structuring