Diet Plan Tool

0
Diet Plan Tool — Simple HTML

Diet Plan Tool

Quick calorie & macro calculator + sample daily meal plan. Fill inputs and click Generate.

Tell us about yourself

Default 1.6 g/kg (good for most goal-driven plans). Increase for heavy strength training.
Tip: You can tweak protein (g/kg) to suit training intensity. Want export as JSON or further customization? Ask and I'll add it.
`; w.document.write(html); w.document.close(); }); // small nicety: enter to calculate when inside form fields ['age','height','weight','protPerKg'].forEach(id=>{ document.getElementById(id).addEventListener('keypress', (e)=>{ if(e.key === 'Enter') calculate(); }); }); // initialize with a generation calculate();

Post a Comment

0Comments
Post a Comment (0)
To Top