Skip to content

code4fukui/dailysum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dailysum

日本語

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/

Features

  • 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

Files

  • index.html - app structure
  • style.css - UI styles
  • main.js - app logic and localStorage handling

Usage

Open index.html in a browser, or use the GitHub Pages site above.

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors