Income and Expenses Tracker
A simple and responsive web app to track income and expenses, built with HTML, CSS, and JavaScript. It helps users manage personal finances by adding, viewing, and calculating transactions in real-time.
🔍 Description
This project allows users to: • Add income and expense entries • View a running balance • See a summary of total income and expenses • Delete individual transactions
Data is managed entirely on the client side using JavaScript, making it a lightweight and fast tool for basic financial tracking.
🛠 Technologies Used • HTML – Page structure and form layout • CSS – Styling and responsive design • JavaScript – Logic for handling transactions and calculations