You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Temperature-convertor/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Temperature Converter
2
2
3
3
**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.
5
5
6
6
### Features
7
-
-**Temperature Conversion**: Users can choose between different temperature units (Celsius, Fahrenheit, Kelvin).
7
+
-**Temperature Conversion**: Allows conversion between Celsius, Fahrenheit, and Kelvin.
8
8
-**Dynamic Calculation**: Users can enter a temperature value, select the conversion type, and the result will be displayed instantly.
9
9
-**Error Handling**: Displays an error message for invalid inputs (e.g., non-numeric values).
10
10
11
11
## 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.
13
13
14
14
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.
15
15
@@ -22,15 +22,15 @@ Before running this project, you need to have a basic understanding of the follo
22
22
## How to Use
23
23
1. Open the HTML file in your web browser.
24
24
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.).
26
26
4. The converted value will be displayed automatically.
27
27
28
28
## Installation
29
29
To run this project locally:
30
30
1. Clone the repository or download the files.
31
31
2. Open `index.html` in any web browser.
32
32
33
-
## Installing Instructions
33
+
## Installation Instructions
34
34
Explain how to set up and run your package/script on the user's local machine. Include steps like:
35
35
1. Clone the repository:
36
36
```bash
@@ -43,4 +43,4 @@ Explain how to set up and run your package/script on the user's local machine. I
0 commit comments