Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 862 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 862 Bytes

Temperature_Converter_Website

This repository contains the source code and assets for a portfolio website built using HTML, JavaScript, and CSS.

Features

  • Input field for the user to enter the temperature value.
  • Validation to ensure that the input temperature is a valid number.
  • Conversion calculations for Celsius to Fahrenheit, Fahrenheit to Celsius, Celsius to Kelvin, Fahrenheit to Kelvin, Kelvin to Celsius, and Kelvin to Fahrenheit.

Project Technologies Used

  • HTML5
  • CSS
  • JavaScript (ES6)
  • Git
  • GitHub
  • VsCode

How to Use

  1. Open the index.html file in a web browser.
  2. Enter a temperature value in the input field.
  3. Click the "Convert" button to see the converted temperature.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.