A client-side web app for planning daily calories, tracking meal intake, and comparing actual weight progress against an ideal target line.
- Daily calorie target calculator (BMR + activity + goal adjustment)
- Food intake log with daily totals and remaining calories
- Weight dashboard with:
- Real weight trend line
- Ideal target line to goal date
- Persistent storage in browser
localStorage - Responsive UI for desktop and mobile
Because this is a static app, you can run it with any static web server.
cd /root/calorie-tracker-webapp
python3 -m http.server 8080Then open http://localhost:8080.
- HTML
- CSS
- Vanilla JavaScript