Skip to content

D-D-Roshan/Money-tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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