Skip to content

Commit b85ad72

Browse files
committed
Added README.md
1 parent df72170 commit b85ad72

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Temperature Converter Website
2+
3+
This repository contains a simple temperature converter website built using HTML, CSS, and JavaScript. The website allows users to convert temperature in Celsius, Fahrenheit, and Kelvin.
4+
5+
6+
Features
7+
8+
-User-friendly interface.
9+
-Input field for entering the temperature.
10+
-Display area to show the converted temperature.
11+
-There is also a button to increase/decrease the value by 1.
12+
13+
14+
Technologies Used
15+
16+
-HTML: Used for structuring the website.
17+
-CSS: Used for styling the website.
18+
-JavaScript: Used for handling the age calculation logic.
19+
20+
21+
How to Use
22+
23+
1.Clone the repository or download the source code files.
24+
2.Open the index.html file in your preferred web browser.
25+
3.Enter the temperature in the provided input field.
26+
4.The converted temperature will be displayed in the designated area.

0 commit comments

Comments
 (0)