๐ธ Expense Tracker โ HTML | CSS | JavaScript
The Expense Tracker is a fully interactive web application that allows users to manage their daily spending. Users can input expenses with relevant details like amount, category, and date. The app displays all entries in a dynamic table and provides real-time total calculation, category filtering, and basic edit/delete functionality.
The aim of this project was to gain practical experience with DOM manipulation, dynamic table generation, event handling, and array operations in JavaScript. It simulates a mini financial tracker
๐๐ click here to see the live demo--> https://nanthakumar-m.github.io/Expense-Tracer-Html-Css-Javascript/
- HTML5
- CSS3
- JavaScript
โ Add new expenses with category, amount, and date
โ Edit and delete individual expense entries
โ Calculate and display total expense in real time
โ Filter expenses by category
โ Dynamically update table rows and totals with pure JavaScript
โ Improved logic building using arrays and object structures
โ Hands-on experience with event-driven programming
โ Enhanced knowledge of table creation and dynamic content rendering
โ Practiced form validation and filtering logic



