Feature: Add Windchill application specification

Add Windchill application specification

Resolves: N/a
See also: N/a
pull/5/head
jdmedlock 6 years ago
parent 5640e472a4
commit 8f5f3eb847

@ -0,0 +1,29 @@
# Windchill
Windchill combines the actual temperature with the wind speed to calculate
the windchill factor, or what the perceived temperature is versus the actual
temperature.
## User Stories
- [ ] User can enter the actual temperature (Celcius) and the wind speed
(kilometers per hour)
- [ ] User can press the `Calculate` button to display the wind chill
- [ ] User will receive and error message if data values are not entered
or if the resulting wind chill factor is greater than or equal to the
actual temperature.
- [ ] User will be prompted to enter new data values if `Calculate` is
pressed without first changing at least one of the input fields.
## Bonus features
- [ ] User can select the measurement system calculations will be performed
in - metric or English.
## Useful links and resources
[Wikipedia Wind Chill](https://en.wikipedia.org/wiki/Wind_chill)
## Example projects
[Wind Chill Calculator](http://www.jsmadeeasy.com/javascripts/Calculators/Wind%20Chill%20Calculator/index.htm)

@ -33,6 +33,7 @@ Each project has the following **features**:
| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) |
| [Slack Archiver](./Projects/Slack-Archiver.md) |
| [String Art](./Projects/String-Art.md) |
| [Windchill](./Projects/Windchill-App.md) |
## Contribution

Loading…
Cancel
Save