A small web app for recording body weight and checking whether it is in the standard BMI range.
Live demo: https://code4fukui.github.io/bmiwatch/
- Record body weight with the current timestamp
- Save height in
localStorage - Calculate current BMI, standard weight range, and the difference to the nearest standard boundary
- Show achieved status inside the standard BMI range, and show kg difference only outside that range
- Show a weight trend chart with standard BMI lower/upper guide lines
- Edit record timestamps and delete records
- Import and export records as CSV
index.html- app structure and logicstyle.css- UI stylesmanifest.json- web app settings for home screen installationfavicon.png,icons/- app icons
Open index.html in a browser, or use the GitHub Pages site above.
MIT