A simple yet powerful personal finance management system built with HTML, CSS, and JavaScript.
This web application helps users manage their finances by tracking income and expenses, calculating the total balance, and providing an interactive chart summary β all stored securely in the browser using localStorage.
π Live Demo
- Add income or expense transactions
- Automatically calculates:
- π΅ Total balance
- π Total income
- π Total expenses
- Data stored with localStorage
- Responsive layout (works on desktop and mobile)
- Pie chart summary using Chart.js
You can run the project locally:
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
# Then open index.html in your browser