Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Expense Tracker 💰

A personal finance tracker that logs income and expenses and keeps a running balance.

Features

  • Add transactions with a description and amount (positive = income, negative = expense)
  • Automatically updates total balance, total income, and total expenses
  • Displays a running transaction history
  • Delete individual transactions from the list

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Add a transaction description and amount, then click Add transaction.

File Structure

Expense_Tracker/
├── index.html
├── style.css
└── script.js