A simple temperature converter web application that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. The app is designed with a clean and responsive user interface using HTML, CSS (with Bootstrap), and JavaScript.
- Convert between Celsius, Fahrenheit, and Kelvin.
- Input temperature as a number.
- Display conversion results in a user-friendly format.
- Built with Bootstrap for responsive design and modern aesthetics.
- HTML5: Markup for the structure of the page.
- CSS3: Styling for the app, including the use of Bootstrap for responsiveness.
- JavaScript: Logic for temperature conversion functionality.
- Bootstrap 5: CSS framework used for styling the components and making the app responsive.
- Open the application in a web browser.
- Enter a temperature in the input field.
- Select the unit to convert from (Celsius, Fahrenheit, or Kelvin).
- Select the unit to convert to (Celsius, Fahrenheit, or Kelvin).
- Press the Convert button to see the result.
The conversion result will be displayed below with the original temperature and the converted value.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/abhishek-2006/temperature-converter.git
- Open the project folder:
cd temperature-converter - Open the index.html file in a web browser:
open index.html
No additional setup is needed as the project is static and runs directly in the browser.
Licensed under the MIT License. Feel free to use and modify.
Developed by Abhishek Shah.
⭐ Give this project a star if you found it helpful!