/Temperature_Converter

Create a temperature converter, from celcius to Fahrenheit, and viceversa.

Primary LanguageCSS

🔃 TEMPERATURE CONVERTER


App to convert Celcius to Fahrenheit, or viceversa. /:octocat: Visit Webpage Here!

AUTHOR

Carlos Giner

APPLIED TECHNOLOGIES

  • HTML
  • CSS
  • JAVASCRIPT

HOW IT WORKS

I use DOM manipulation (getElementById method) to get the value selected on the list, for the unit to convert. Then applied an if...else conditional statement, and call a function to calculate the new value, using the conversion formulas.


Carlos Giner © copyright 2021