A simple web-based application to track your daily expenses.
- Add expenses with description and amount
- View total spent
- Delete expenses
- Data persists in browser's local storage
- Open
index.htmlin your web browser. - Enter a description and amount for your expense.
- Click "Add Expense" to add it to the list.
- View the total at the top.
- Click "Delete" next to any expense to remove it.
index.html: The main HTML structurestyle.css: Styling for the applicationscript.js: JavaScript functionality