0
Help with code
This code is a BMI Calculator and I would like to make it better. If you have any ideas to improve this code, please let me know. https://sololearn.com/compiler-playground/W6OpPejJic7c/?ref=app
3 Answers
+ 1
Here are some improvements for your BMI calculator:
1. Unit selection: Support for kg/m and lbs/inch.
2. Better BMI analysis: Detailed categories and health info.
3. Responsive design: Adapts to different screen sizes.
4. Improved UI: Real-time updates, color coding, intuitive input.
5. Accessibility: Screen reader support and keyboard navigation.
6. Input validation: Error messages for invalid values.
7. Additional health metrics: BMR or calorie needs calculator.
8. Education & explanations: Info on BMI and its limitations.
These improvements will make your calculator more user-friendly and informative
0
Jad Alghussin The ideas you gave me are wonderfulđ„đ„đ„, I will add them to the code soon to make it better.
0
Jad Alghussin Also, what is BMR?