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
This commit is contained in:
2026-03-14 12:59:19 +00:00
parent d84291304d
commit 24f05eb313
4 changed files with 599 additions and 2 deletions

View File

@@ -1,3 +1,29 @@
# spending-dashboards
# Spending Dashboards
Personal spending dashboards — Amazon AU & Uber (standalone HTML)
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