Merge 60b56fce0c
into 08b771c863
commit
678bf9bf5a
@ -0,0 +1,30 @@
|
||||
# Temperature converter
|
||||
|
||||
**Tier:** 1-Beginner
|
||||
|
||||
Temperature is measured in degrees (°) of a unit of measurement. Celsius (C) being the most commonly used unit followed by Fahrenheit (F) and Kelvin (K).
|
||||
|
||||
Write an app to convert temperature from one unit to another.
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can select input unit of choice
|
||||
- [ ] User can select output unit of choice
|
||||
- [ ] User can enter number of choice
|
||||
- [ ] User can see result of conversion
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] User can select Rankine as unit of choice
|
||||
- [ ] User can select Delisle as unit of choice
|
||||
- [ ] User can select Newton as unit of choice
|
||||
- [ ] User can select Réaumur as unit of choice
|
||||
- [ ] User can select Rømer as unit of choice
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Conversion of scales of temperature](https://en.wikipedia.org/wiki/Conversion_of_scales_of_temperature)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Temperature conversion in Python](https://www.w3resource.com/python-exercises/python-conditional-exercise-2.php)
|
Loading…
Reference in new issue