surajagrawal01 / Temperature-Conversion

Temperature Conversion is a versatile and user-friendly GitHub repository that provides a collection of tools and utilities for converting temperatures between different scales. Users can effortlessly perform temperature conversions, save time, and enhance the accuracy of their temperature-related projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature-Conversion

Welcome to the Temperature Conversion Project! This project allows you to convert temperatures between Celsius, Fahrenheit and Kelvin using a simple web interface.

Description

This project demonstrates the following:

  • Creating a user-friendly interface to input temperature values.
  • Using JavaScript to perform temperature conversions between Celsius, Fahrenheit and Kelvin.
  • Styling the interface with CSS to provide a visually appealing experience.

Table of Contents

Usage File Structure Contributing

Usage

To use the Temperature Conversion Project, follow these steps:

  1. Open the index.html file in your web browser.

  2. Enter a temperature value in either Celsius or Fahrenheit or Kelvin input field.

  3. Select another scale in which you want to convert temperature and Click on convert

  4. The corresponding converted temperature will be displayed instantly.

    Here's how you can clone and run the project locally:

  5. Clone the repository: git clone https://github.com/surajagrawal01/Temperature-Conversion.git

  6. Navigate to the project folder: cd Temperature-conversion

  7. Open index.html in your preferred browser.

File Structure

The project structure is as follows:

temperature-conversion/ │ ├── index.html ├── styles.css ├── script.js │ └── README.md

  • index.html: The main HTML file containing the webpage structure and user interface.
  • styles.css: CSS file for styling the user interface.
  • script.js: JavaScript file for temperature conversion logic.

Contributing

If you'd like to contribute to this project, feel free to open an issue or submit a pull request.

About

Temperature Conversion is a versatile and user-friendly GitHub repository that provides a collection of tools and utilities for converting temperatures between different scales. Users can effortlessly perform temperature conversions, save time, and enhance the accuracy of their temperature-related projects.


Languages

Language:CSS 40.9%Language:HTML 31.8%Language:JavaScript 27.3%