A personal finance tracker that logs income and expenses and keeps a running balance.
- Add transactions with a description and amount (positive = income, negative = expense)
- Automatically updates total balance, total income, and total expenses
- Displays a running transaction history
- Delete individual transactions from the list
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Add a transaction description and amount, then click Add transaction.
Expense_Tracker/
├── index.html
├── style.css
└── script.js