A simple and lightweight Expense Tracker web application built using HTML, CSS, and JavaScript. This app allows users to add, view, and remove expenses while automatically calculating the total amount. All data is stored in the browser using localStorage, so expenses persist even after a page refresh.
- Add expenses with name and amount
- Display a list of all expenses
- Remove individual expenses
- Automatically calculate total expenses
- Data persistence using browser localStorage
- Responsive and clean UI
- HTML5
- CSS3
- JavaScript
- Browser Local Storage