A small web app for recording an amount and free-text type with timestamps, showing today's total, daily charts, recent shortcuts, and CSV export.
Live demo: https://code4fukui.github.io/dailysum/
- Record an amount and optional type with the current timestamp
- Highlight today's total amount
- Show a daily aggregated stacked bar chart color-coded by type
- Reuse the last 5 unique amount-and-type combinations as shortcut buttons
- Export all records as CSV
- Store data in
localStorage
index.html- app structurestyle.css- UI stylesmain.js- app logic andlocalStoragehandling
Open index.html in a browser, or use the GitHub Pages site above.
MIT