Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter

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.

Features

  • 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.

Technologies Used

  • 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.

How to Use

  1. Open the application in a web browser.
  2. Enter a temperature in the input field.
  3. Select the unit to convert from (Celsius, Fahrenheit, or Kelvin).
  4. Select the unit to convert to (Celsius, Fahrenheit, or Kelvin).
  5. Press the Convert button to see the result.

The conversion result will be displayed below with the original temperature and the converted value.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/abhishek-2006/temperature-converter.git
    
  2. Open the project folder:
    cd temperature-converter
    
  3. 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.

📄 License

Licensed under the MIT License. Feel free to use and modify.

👨‍💻 Author

Developed by Abhishek Shah.

⭐ Give this project a star if you found it helpful!