SpendWise is a simple yet powerful expense tracker app built using HTML, CSS, and JavaScript.
It helps you record, manage, and visualize your daily income and expenses directly in your browser — no backend or external database required!
All your data is securely stored in LocalStorage, so your transactions remain available even after refreshing the page.
✅ Add income and expense transactions easily
✅ View running balance, total income, and total expenses
✅ Automatically updates your financial summary
✅ Delete unwanted transactions with one click
✅ Data persistence with LocalStorage
✅ Clean, responsive, and user-friendly interface
| Technology | Purpose |
|---|---|
| HTML5 | Structure and content |
| CSS3 | Styling and layout |
| JavaScript (ES6) | Core logic and interactivity |
| LocalStorage API | Persistent data storage |