expense tracker
- 1 Devlogs
- 5 Total hours
Expense Tracker is a full client-side personal finance app built with vanilla JavaScript, HTML, and CSS. It lets users log income and expenses, organize them under custom categories, and instantly see totals, category-wise breakdowns, and monthly spending trends on a live dashboard. Beyond basic tracking, it includes a budget tracker for setting spending limits per category, flexible filters (by type, month, year, or custom date range), multi-currency display (USD, INR, EUR, GBP), and a dark mode toggle. Since all data lives in the browser, the app also supports CSV export and full JSON backup/restore, so users never risk losing their data. Built for the Stardance Hackathon (Hack Club Γ NASA), the project reflects a focus on core web development fundamentals β no frameworks, just JavaScript, HTML, and CSS β while still delivering a genuinely usable, full-featured tool. π Live: ogomjot.github.io/expense-tracker π» Code: github.com/ogomjot