This repository contains the source code and assets for a portfolio website built using HTML, JavaScript, and CSS.
Link : https://lakshayrao2301.github.io/Temperature-Converter-Website/
The website serves as a showcase for your work and provides information about your skills, projects, and contact details.
- Input field for the user to enter the temperature value.
- Dropdown menus to select the input and output temperature units.
- 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.
- Display area to show the converted temperature with the correct unit.
- HTML5
- CSS3
- JavaScript (ES6)
- Git
- GitHub
- VsCode
- Clone the repository: git clone https://github.com/lakshayrao2301/OIBSIP-Task-3-Temperature_Converter_Website.git
- Open the index.html file in a web browser.
- Enter a temperature value in the input field.
- Select the input unit from the dropdown menu.
- Select the desired output unit from the dropdown menu.
- Click the "Convert" button to see the converted temperature. Feel free to modify and customize the code according to your requirements.
|- OIBSIP-Task-3-Temperature_Converter_Website/
|- css/
|- style.css
|- javascript/
|- script.js
|- Html/
|- task3.html
- The css/ directory contains the CSS styles for the website.
- The js/ directory contains the JavaScript code for the website.
- The root directory contains the HTML files for different sections of the website.
To deploy your website, you have options:
- GitHub Pages: Push your code to a GitHub repository and enable GitHub Pages to host your website.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.