Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
149 stars 397 forks source link

Feature Enhancement: Added Support for Feet Input in convertFeetToCm Function #1850

Open isid555 opened 1 month ago

isid555 commented 1 month ago

1862

Description👨‍💻

This PR enhances the functionality of the convertFeetToCm function by adding support for feet input. Previously, the function only accepted centimeter (cm) values, limiting its flexibility. With this update, users can now input a value in feet, and the function will convert it to total centimeters.

Changes Made:

This enhancement improves the utility of the function, making it more versatile for users who need to work with feet measurements.

Checklist✅

Screenshots/GIF📷

Impact before changes

image

Impact after changes

BMI in cm

image

BMI in feet

image

Impact:

This enhancement provides greater flexibility in the function's usage, allowing users to perform more complex conversions in a single function call. It ensures that the function can now handle both feet and additional centimeters seamlessly

Request for Review:

Please review the changes to ensure they align with the expected functionality and coding standards. Feedback or suggestions for improvement are welcome.

netlify[bot] commented 1 month ago

Deploy Preview for calcdiverse ready!

Name Link
Latest commit 49bb4ea3aa63415b14fb7fc04396aa019d5bcac9
Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66be3d37ef2a970008b91f10
Deploy Preview https://deploy-preview-1850--calcdiverse.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

isid555 commented 1 month ago

@Rakesh9100 Kindly review my contribution