A simple and responsive web application to track your income and expenses. Built using HTML, CSS, and JavaScript, and connected to a mock API for testing.
Click here to view the live app
Clone this repository:
git clone <your-repo-url>
cd income-expense-calculatorOpen index.html in your browser to get started.
- Add new income or expense entries
- Delete existing records
- Calculates and displays your current balance (budget)
- Responsive grid layout for desktop and mobile views
- Real-time sync with MockAPI
- HTML
- CSS (Flexbox & Grid)
- JavaScript (ES6+)
- MockAPI for data persistence
subramaniyajothi