-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added BmiCalculator.jsx file for kitchen sink #768
Added BmiCalculator.jsx file for kitchen sink #768
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Pull Request Test Coverage Report for Build 6650389047
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Can you please review the responsiveness on mobile @rakshixh? |
Sure @tobySolutions will update you once the responsiveness is reviewed! |
Hey, @tobySolutions made changes to the BMI calculator file for responsiveness. Also deleted the count-down timer file so that for this issue only the bmi file can be there in the commit as you requested. |
Thanks @rakshixh, reviewing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Good work @rakshixh.
User have to input their age, gender, height in feet and inch also weight. Based on that BMI is given along with category such as underweight, overweight, normal, etc.
Fixes #752