Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 293 Bytes

File metadata and controls

12 lines (10 loc) · 293 Bytes

MoneyMap

A simple expense tracker built with Flask and Vanilla JavaScript.

Features

  • Add and delete expenses.
  • Dynamic card-based UI.
  • Real-time calculations.

How to run

  1. Clone the repo.
  2. Install requirements: pip install -r requirements.txt
  3. Run: python app.py