-
-
Notifications
You must be signed in to change notification settings - Fork 966
[Add a Play]: BMR & TDEE Calculator #1660
Copy link
Copy link
Closed
Labels
play requestNew Play Request.New Play Request.💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work
Metadata
Metadata
Assignees
Labels
play requestNew Play Request.New Play Request.💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work
Contributor Guidelines
What's the Play about?
This play demonstrates how to calculate Basal Metabolic Rate (BMR) and Total Daily Energy Expenditure (TDEE) using user inputs such as weight, height, age, gender, and activity level.
It helps users understand calorie expenditure concepts while demonstrating React and TypeScript concepts like controlled inputs, derived state, and separation of logic.
What ReactJS concept will be used to create this play?
This play uses the following ReactJS concepts:
Record
Code of Conduct