A simple Finance Tracker web application built using HTML, CSS, and JavaScript. Track your income and expenses, view transactions, and organize them using category filters.
-
Add Income & Expenses
Input your earnings and spending easily. -
View Transactions
See a detailed list of all financial activities. -
Category Filter
Organize and view transactions by category (e.g., Food, Salary, Entertainment). -
Real-Time Balance
Automatically calculates your current balance based on added transactions. -
User-Friendly Interface
Clean, simple, and intuitive UI.
- HTML – Structure of the application.
- CSS – Styling and layout.
- JavaScript – Adding transactions, filtering categories, calculating balance, and updating the UI.
- Clone or download the repository:
git clone https://github.com/Muditapandey26/finance-tracker.git
- Open
index.htmlin your browser. - Enter the amount, select income or expense, choose a category, and add a description.
- Your transaction will appear in the transaction list, and your balance will update automatically.
- Use the category filter to view specific types of transactions.
- Upgrade to modern tech stacks (React, Node.js, etc.) for enhanced functionality.
- Add local storage or database support so transactions persist.
- Include charts/graphs to visualize expenses and income.
- Make the app mobile-responsive.