Health tool
Calorie Planner (Under Construction)
The interactive calorie calculator from calorie-app.html is being rebuilt as a React component. The final experience will support metric inputs, activity multipliers, and shareable results.
Implementation Notes
- Port calculation logic from
assets/js/calorie-js-app.jsinto TypeScript utilities. - Recreate the form layout with form validation and accessible labels.
- Support responsive charting using a lightweight chart library or custom SVG.
- Enable result sharing and integration with other health tools.