A simple and clean Expense Tracker to record daily expenses, view spending history, and stay in control of your money. Built with focus on speed, simplicity, and beginner-friendly design.
I often forget to write down small daily expenses like tea, snacks,
recharge, etc.
So I built a simple expense tracker to easily track my daily spending.
- ➕ Add expenses\
- 🧮 Total amount calculates automatically\
- 💾 Data saved in browser (localStorage)\
- ❌ Delete expense option\
- 🕒 Basic date & time tracking support\
- 🚀 Lightweight and fast
- 🌐 HTML\
- 🎨 CSS\
- ⚙️ JavaScript (No framework)
- Download or clone this repository\
- Open the project folder\
- Open
index.htmlin your browser\ - App is ready to use
- Enter expense reason\
- Enter amount\
- Click Add Expense\
- Total updates automatically below\
- Use delete button to remove wrong entries
- Total was not updating initially\
- Learned localStorage for the first time\
- Faced index issue in delete button
- JavaScript DOM manipulation\
- Real use of localStorage\
- Basic debugging skills
Planned features for future versions:
- 🧾 Receipt printing support\
- 📱 Send expense summary via WhatsApp\
- 🤖 Send notifications on Telegram\
- 📅 Add date to each expense\
- 📊 Monthly filters and analytics\
- 🌙 Dark mode
Made with ❤️ Genius