Temperature Converter
Description
Use this application to enter a number and convert it to Fahrenheit or Celcius.
Screenshots
How to run
- Clone down this project
- Install http-server from npm
- At the root of this project, run the following command:
hs -p 8080
- In your browser, navigate to
https://localhost:8080