About the Expense Tracker
What it does
A simple monthly budget tracker. Log income and expenses by category, see each month as a collapsible card with its totals and net, and a running summary of how much you save with a spending breakdown. Plan big one-off items separately, and share the whole budget with someone to keep it in sync.
How it works
- Months — each month is a card with income and expense lines (a category + a ₹ amount). Totals and net update as you type.
- Pre-filled new months — “Add month” clones last month’s lines so recurring items (rent, salary, EMIs) are already there.
- Summary & breakdown — this-month net, total + average saved, savings rate, and a category breakdown you can view for the month or all-time.
- Planned & upcoming — a separate section for big future items so they don’t distort your monthly numbers.
- Live sharing — Share generates a 5-character code; opening it on another device subscribes to the same budget through Firebase and both sides edit live (last write wins on the whole document, with a guard so a value you’re typing isn’t overwritten).
Private by design
Everything is stored locally in your browser. Nothing is uploaded until you press Share, and shared ?code= links are marked no-index so they never show up in search results. There’s no account and no tracking.