SandeepKrSuman / project-gallery

A collection of awesome JavaScript projects
https://jspgallery.netlify.app/
MIT License
15 stars 42 forks source link

Round off temperature to 2 decimal places #55

Closed SandeepKrSuman closed 1 year ago

SandeepKrSuman commented 1 year ago

About the project: The temperature converter project ---> public/Project/SwarnitTempConverter converts the input temperature from one unit to another.

Issue: The converted temperature is more than 10 decimal places long which gives bad readability experience. Screenshot (667)

To Do: Do the changes accordingly so the displayed value is round off to 2 decimal places after conversion.

Intended file to be changed:

Run the app for testing:

Kindly allow this issue to be taken up by a new contributor/ beginner

Codefreak69 commented 1 year ago

Assign this task to me..