From 8211d5cb6f3078161ef6bc435de6834ac83f9095 Mon Sep 17 00:00:00 2001 From: "rahilahmed95.com" Date: Sun, 1 Oct 2023 16:42:22 +0530 Subject: [PATCH] added temperature converter idea --- Projects/1-Beginner/Temperature-Converter.md | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/1-Beginner/Temperature-Converter.md diff --git a/Projects/1-Beginner/Temperature-Converter.md b/Projects/1-Beginner/Temperature-Converter.md new file mode 100644 index 00000000..6e80866f --- /dev/null +++ b/Projects/1-Beginner/Temperature-Converter.md @@ -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) +