gits-up / temp-conversion

A very simple celsius to farenheit convertor.
9 stars 29 forks source link

Add ability to optionally use the enter key to convert temperature #23

Closed fjuren closed 11 months ago

fjuren commented 11 months ago

Resolves issue #19

Created a new function 'handleEnterPress' that let's the user optionally use the enter key. Created convertTemperature as a helper function for both handleEnterPress and the existing eventListener for allowing mouse click.

gits-up commented 11 months ago

good work