Personal Finance Tracker Web Application
A simple, web-based personal finance tracker to manage your income and expenses with real-time chart visualization and Google Sheets integration.
🚀 Features
- Add income and expense transactions
- View total income, expenses, and balance
- Categorized expense breakdown via Pie Chart
- Delete individual transactions
- Stores data in
localStorage
for persistence
- Download transactions as a
.csv
report
- (Optional) Sync transactions to Google Sheets
- Fully responsive for mobile and desktop
📷 Demo Screenshot


🛠️ Technologies Used
- HTML5
- CSS3 (Responsive design with media queries)
- JavaScript (Vanilla)
- Chart.js (for visualization)
- Google Apps Script (for optional Google Sheets sync)