Files
spending-dashboards/README.md
Anthony Martin 24f05eb313 Add standalone spending dashboards (Amazon AU + Uber)
- Amazon: 9,400 across 565 orders (2021-2026)
- Uber: 7,534 across 559 orders (Eats + Rides)
- Fully self-contained HTML files with embedded data
- Interactive charts, year filtering, searchable tables
2026-03-14 12:59:19 +00:00

30 lines
786 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Spending Dashboards
Personal finance tracking dashboards built from real data exports.
## Dashboards
- **[Amazon AU Dashboard](amazon-dashboard.html)** — $19,400 across 565 orders (20212026)
- **[Uber Dashboard](uber-dashboard.html)** — $17,534 across 559 orders (Eats + Rides)
## Features
- Fully standalone HTML files (open in any browser, no server needed)
- Interactive year filtering
- Category breakdowns
- Monthly spending charts
- Year-over-year comparisons
- Searchable/sortable transaction tables
- Responsive design
## Data Sources
- **Amazon**: CSV order export from Amazon AU
- **Uber**: Email receipt parsing (Gmail)
## Tech
- [Chart.js](https://www.chartjs.org/) for visualizations
- Pure vanilla JS, no build step
- Single-file HTML with embedded data