This is a basic web application for converting temperatures between Celsius and Fahrenheit. It includes HTML, CSS, and JavaScript files that work together to provide a user-friendly interface for temperature conversion.
-
Convert Celsius to Fahrenheit: Enter a temperature value in Celsius and click the "Calculate" button to convert it to Fahrenheit. The result is displayed in the corresponding label.
-
Convert Fahrenheit to Celsius: Enter a temperature value in Fahrenheit and click the "Calculate" button to convert it to Celsius. The result is displayed in the corresponding label.
-
Clone the repository or download the code files.
-
Open the
index.html
file in a web browser. -
You will see two sections on the web page: "Celsius to Fahrenheit" and "Fahrenheit to Celsius."
-
For Celsius to Fahrenheit conversion:
- Enter a temperature value in Celsius in the input field.
- Click the "Calculate" button to perform the conversion.
- The converted result will be displayed in the label.
-
For Fahrenheit to Celsius conversion:
- Enter a temperature value in Fahrenheit in the input field.
- Click the "Calculate" button to perform the conversion.
- The converted result will be displayed in the label.
You can customize the application by modifying the CSS styles in the style.css
file. Feel free to adjust colors, font sizes, or layout to match your preferences.
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.