A simple and clean Expense Tracker built using HTML, CSS, and JavaScript.
It helps you track income and expenses, calculate your balance automatically, and manage transactions easily with a smooth UI.
- Add income and expense transactions
- Automatic balance calculation
- Income & expense summary
- Delete transactions
- Clean and responsive UI
- HTML – Structure
- CSS – Styling
- JavaScript – Functionality
Expense-Tracker/
│── index.html
│── style.css
│── script.js
git clone https://github.com/devansh934/Expense-Tracker.git
cd Expense-Tracker
Open index.html in your browser.
📌 Future Improvements Save data using localStorage
Add categories
Add charts & analytics
