parent
08b771c863
commit
8211d5cb6f
@ -0,0 +1,28 @@
|
||||
# Temperature Converter
|
||||
|
||||
**Tier:** 1-Beginner
|
||||
|
||||
A simple temperature converter web app that allows users to convert temperatures between degrees Celsius, Fahrenheit, and Kelvin. It provides a user-friendly interface for easy conversion and is a great tool for anyone who needs to switch between these temperature scales.
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can enter a temperature in degrees Celsius, Fahrenheit or Kelvin .
|
||||
- [ ] User can convert the entered temperature to other units.
|
||||
- [ ] User can see the converted temperatures displayed on the screen.
|
||||
- [ ] User can see user-friendly error messages if input is not a valid number.
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] User can convert into multiple temperatures at once
|
||||
- [ ] User can select and copy the converted values.
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Wikipedia - Temperature Conversion Formulas](https://en.wikipedia.org/wiki/Conversion_of_scales_of_temperature)
|
||||
- [MDN Web Docs - HTML, CSS, JavaScript](https://developer.mozilla.org/en-US/)
|
||||
|
||||
## Example projects
|
||||
|
||||
- [Example 1](https://github.com/rahilahmed95/Bharat-Intern/tree/main/Temperature%20Converter)
|
||||
- [Example 2](https://github.com/Alok-2002/Temperature_Wizard)
|
||||
|
Loading…
Reference in new issue