Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.95 KB

Money Tracker Web App

A simple web application to track income and expenses, and calculate total balance. This app allows users to add income and expenses, view lists of transactions, and download the data as an Excel file.

Features

  • Income Section: Add different sources of income with categories, amounts, and dates.
  • Expense Section: Track expenses with categories, amounts, and dates.
  • Total Balance: Calculate and display the total balance (income minus expenses).
  • Download as Excel: Export income and expense data as an Excel file for further analysis.

Technologies Used

  • HTML5
  • CSS3 (with responsive design)
  • JavaScript (ES6)
  • xlsx.js: JavaScript library for Excel file manipulation.

How to Use

  1. Clone the repository:
    git clone https://github.com/D-D-Roshan/Money-tracker-app
    
  2. Open index.html in your web browser.

Contact