Temperature Wizard is a web-based temperature calculator application built using HTML, CSS, and JavaScript. It allows users to convert temperatures between different units, such as Celsius, Fahrenheit, and Kelvin.
You Can Click Here To Go To The Project Website Directly Temprature Wizard
- Temperature conversion between Celsius, Fahrenheit, and Kelvin.
- Interactive user interface with a sleek design.
- Real-time temperature conversion as the user enters values.
- Clear button to reset the input fields.
- Mobile-friendly and responsive design.
- HTML
- CSS
- JavaScript
To get started with Temperature Wizard, follow these steps:
- Clone the repository:
git clone https://github.com/dveersingh000/temperature_wizard.git
- Navigate to the project directory:
cd Temperature_Wizard
- Open the
index.html
file in your web browser.
- Enter a temperature value in the input field labeled "Enter temperature".
- After entering the value, press the "Enter" key, and you will see the temperature values updated in all three fields (C, K, and F).
- The converted temperature will be displayed in the selected unit (Celsius, Kelvin, or Fahrenheit) in real-time as you enter or change the values.
Contributions to Temperature Wizard are welcome! If you have any ideas, improvements, or bug fixes, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-feature-branch
- Submit a pull request.
The Temperature Wizard project is licensed under the MIT License.
- The project uses the Bootstrap framework for responsive design.
- Icons used in the project are from FontAwesome.
If you have any questions, suggestions, or feedback, please feel free to contact the project maintainer at Dharamveer Singh