Skip to content

Commit faa29f6

Browse files
committed
Feat(temperature_convertor) add new Readme
1 parent a64998f commit faa29f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Temperature-convertor/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Temperature Converter
22

33
**A simple temperature converter built using HTML, CSS, and JavaScript**
4-
This project allows users to convert temperatures between different units (Celsius, Fahrenheit).
4+
This project allows users to convert temperatures between different units: Celsius, Fahrenheit, and Kelvin.
55

66
### Features
7-
- **Temperature Conversion**: Users can choose between different temperature units (Celsius, Fahrenheit, Kelvin).
7+
- **Temperature Conversion**: Allows conversion between Celsius, Fahrenheit, and Kelvin.
88
- **Dynamic Calculation**: Users can enter a temperature value, select the conversion type, and the result will be displayed instantly.
99
- **Error Handling**: Displays an error message for invalid inputs (e.g., non-numeric values).
1010

1111
## Description
12-
This temperature converter allows users to easily switch between Celsius, Fahrenheit. The user can input a value and choose the desired conversion operation. The result is displayed dynamically on the screen.
12+
This temperature converter allows users to easily switch between different units of temperature. The user can input a value and choose the desired conversion operation. The result is displayed dynamically on the screen.
1313

1414
The project uses simple HTML for structuring the page, CSS for styling and enhancing the user experience, and JavaScript to handle all the logic and perform the conversions in real-time.
1515

@@ -22,15 +22,15 @@ Before running this project, you need to have a basic understanding of the follo
2222
## How to Use
2323
1. Open the HTML file in your web browser.
2424
2. Enter the temperature value you want to convert.
25-
3. Select the type of conversion (Celsius to Fahrenheit, Fahrenheit to Celsius, etc.).
25+
3. Select the type of conversion (Celsius to Fahrenheit, Fahrenheit to Celsius,Celsius to Kelvin etc.).
2626
4. The converted value will be displayed automatically.
2727

2828
## Installation
2929
To run this project locally:
3030
1. Clone the repository or download the files.
3131
2. Open `index.html` in any web browser.
3232

33-
## Installing Instructions
33+
## Installation Instructions
3434
Explain how to set up and run your package/script on the user's local machine. Include steps like:
3535
1. Clone the repository:
3636
```bash
@@ -43,4 +43,4 @@ Explain how to set up and run your package/script on the user's local machine. I
4343
3. Open `index.html` in a web browser.
4444

4545
## Author
46-
- Basset Gaëtan (@[gbasset](https://github.com/gbasset))
46+
- Basset Gaëtan (@[gbasset](https://github.com/gbasset))

0 commit comments

Comments
 (0)