A clean, intuitive personal finance and expense tracker application built to help users manage their daily expenses, track budgets, and visualize their spending habits.
You can access and use the live application here: unknown-fig.github.io/Expense-Personal-Ledger
- Expense Tracking: Easily log your daily expenses with descriptions and amounts.
- Dynamic Ledger: View your full transaction history in a clean, organized list.
- Total Balance Calculation: Automatically updates your total balance as you add or remove expenses.
- Responsive Layout: Fully optimized for seamless use on both mobile phones and desktop computers.
- HTML5: For semantic structure and layout elements.
- CSS3: For custom modern styling and a clean UI design.
- JavaScript (ES6+): For state management, calculations, and interactive ledger updates.
- GitHub Pages: For fast, reliable live deployment.
├── index.html # Main application user interface
├── style.css # Custom CSS styling and responsive layouts
├── app.js # Core logic for handling expenses and ledger updates
└── README.md # Project documentation and guide