SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

Temperature conversion computer #550

Closed M111ku closed 10 months ago

M111ku commented 10 months ago

Enter calculator name -

Your answer Temperature conversion computer

Describe calculator functionality -

Your answer The user input the temperature value, select the input unit, click the conversion button, calculate the target temperature using the built-in formula, and update the conversion result in real time.Formula: Implement the Fahrenheit to Celsius conversion formula C = (F-32) / 1.8, and the Celsius to Fahrenheit conversion formula F = C * 1.8 + 32 within the program.

Under which category you wish to place it -

M111ku commented 10 months ago

Kindly assign this issue to me @SarthakKeshari :)

SarthakKeshari commented 10 months ago

Hey @M111ku, Glad to see your eagerness for contributing 🤩. This issue has already been addressed under Metric Unit Converter Calculator. Hope to see you come up with more innovative issues.

Happy contributing!! 🎉