Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Temperature Converter

A simple temperature converter built using HTML, CSS, and JavaScript
This project allows users to convert temperatures between different units: Celsius, Fahrenheit, and Kelvin.

Features

  • Temperature Conversion: Allows conversion between Celsius, Fahrenheit, and Kelvin.
  • Dynamic Calculation: Users can enter a temperature value, select the conversion type, and the result will be displayed instantly.
  • Error Handling: Displays an error message for invalid inputs (e.g., non-numeric values).

Description

This temperature converter allows users to easily switch between different units of temperature. The user can input a value and choose the desired conversion operation. The result is displayed dynamically on the screen.

The project uses simple HTML for structuring the page, CSS for styling and enhancing the user experience, and JavaScript to handle all the logic and perform the conversions in real-time.

Prerequisites

Before running this project, you need to have a basic understanding of the following technologies:

  • HTML: Used for structuring the user interface of the temperature converter.
  • CSS: Used to style the interface and make it visually appealing.
  • JavaScript: Handles the logic of temperature conversion and displays results based on user inputs.

How to Use

  1. Open the HTML file in your web browser.
  2. Enter the temperature value you want to convert.
  3. Select the type of conversion (Celsius to Fahrenheit, Fahrenheit to Celsius,Celsius to Kelvin etc.).
  4. The converted value will be displayed automatically.

Installation

To run this project locally:

  1. Clone the repository or download the files.
  2. Open index.html in any web browser.

Installation Instructions

Explain how to set up and run your package/script on the user's local machine. Include steps like:

  1. Clone the repository:
    git clone https://github.com/king04aman/All-In-One-Javascript-Projects.git
  2. Navigate to the project directory:
    cd All-In-One-Javascript-Projects/Temperature-convertor
  3. Open index.html in a web browser.

Author