Git21221 / JS-beginner-projects

Here you will get small JS projects for starters.
https://js-beginner-projects.netlify.app/
48 stars 73 forks source link

Make a temperature unit convertor application like (Celsius to Fahrenheit °C to °F) #287

Open harshal255 opened 1 year ago

harshal255 commented 1 year ago

Make a temperature unit convertor application like (Celsius to Fahrenheit °C to °F)

Use this formula

  1. °F = °C * 9/5 + 32
  2. °C = 5/9(°F – 32).
Adesh2817 commented 1 year ago

I have used the following formula and created the following project.

sherlemp28 commented 3 months ago

please assign me this i can create a good project

sherlemp28 commented 2 months ago

image image image I have succesfully created the project pls merge it .

Git21221 commented 2 months ago

@sherlemp28 already this project is available maybe