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 399 forks source link

[Feature] Add Water Hardness Calculator #1586

Closed mahek0620 closed 1 month ago

mahek0620 commented 1 month ago

Description

A Water Hardness Calculator helps users determine the hardness of their water supply. Water hardness is typically measured in parts per million (ppm) or grains per gallon (gpg), indicating the concentration of calcium and magnesium ions. This calculator can be useful for homeowners, aquarium enthusiasts, and anyone interested in maintaining water quality.

Key Features Input Fields: Users can input the concentration of calcium and magnesium ions in their water sample. Unit Selection: Option to choose between ppm and gpg for the input and output values. Calculation: Converts ion concentration to water hardness and provides results in both ppm and gpg. Hardness Categories: Displays the water hardness category (soft, moderately hard, hard, very hard) based on the calculated value.

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 1 month ago

Hey @mahek0620, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

jessicachawla commented 1 month ago

with hardness, consider mentioning that it is safe for ...... you can find this kind of explanation on the internet, you can hardcode it while coding for example: if (ppm< x amt){ print" hard water hard water is not safe for ......"; }

Rakesh9100 commented 1 month ago

Do you want to be assigned @mahek0620

mahek0620 commented 1 month ago

Do you want to be assigned @mahek0620

Yes

Rakesh9100 commented 1 month ago

Go ahead @mahek0620

github-actions[bot] commented 1 month ago

Hello @mahek0620! Your issue #1586 has been closed. Thank you for your contribution!! 🙌