Back to Projects

Daily Income & Expense Tracker

A clean web app for tracking daily income and expenses, with real-time balance calculation and localStorage persistence.

Frontend · JavaScript
Frontend Developer
Daily Income and Expense Tracker interface preview

About this Project

Daily Income & Expense Tracker is a browser-based app for recording day-to-day money movements, designed with simplicity and clarity in mind for non-technical users.

Entries are added as income, expense, or credit, and totals update instantly. All data lives in the browser through localStorage, so the app runs with no backend or database at all.

Key Features

Add income, expense, and credit entries
Real-time balance calculation
Clean dashboard-style interface
Local data storage via browser localStorage
Responsive layout for desktop and mobile
Instant view of totals and recent entries

Key Achievements

1

Built a fully client-side app that persists data between sessions without a backend.

2

Designed a dashboard-style UI aimed at non-technical, everyday users.

3

Planned extensions for bilingual (English / Khmer) and multi-currency (USD / KHR) support.