/temp-converter

A temperature unit converter repo. Converts between the major units of temperature: Celcius, Kelvin and Fahrenheit

Temperature Converter

This is an app that converts between the major units of temperature. Celcius, Fahrenheit and Kelvin.

It basically contains three input fields for these units.

When celcius gets an input - a value, it's simultaneously converted into Fahrenheits and Kelvin. Displayed in their respective inputs.

Same holds for other units.

When a temperature in Kelvin is input...others display it's equivalence in their respective inputs.

I hope this help display my advance in knowledge of Vanilla JS.

Thanks for checking it out!

Kind regards, Waheed Afolabi (I am loving coding)