Windchill Calculator
Overview
This is a basic windchill calculator, users just need to input temperature and windspeed. The program will take the values and calulate how cold it will feel. The program will give a short little message about the outside conditions.
Technologies Used
- Javascript
- HTML/CSS
- Git
My Role
I made the whole program and specifically ensured that any calculation out of range is accounted for.
Challenges & Solutions
The main challange was writing the values for the messages. The solution was to do the math correctly and carefully display the right messages.