Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashi-singh-9/temperature-converter

The Temperature Converter is a web app for converting temperatures between Celsius, Fahrenheit, and Kelvin. It practices DOM manipulation, form handling, and basic JavaScript calculations. The “Convert” button activates once all fields are filled, providing instant results.
https://github.com/yashi-singh-9/temperature-converter

css dom dom-manipulation html javascript manipulation roadmap roadmap-project

Last synced: 24 days ago
JSON representation

The Temperature Converter is a web app for converting temperatures between Celsius, Fahrenheit, and Kelvin. It practices DOM manipulation, form handling, and basic JavaScript calculations. The “Convert” button activates once all fields are filled, providing instant results.

Awesome Lists containing this project

README

        

# Temperature Converter

## Description

The **Temperature Converter** is a simple web-based tool to convert temperatures between Celsius, Fahrenheit, and Kelvin. It helps practice **DOM manipulation**, **form handling**, and **basic calculations** in JavaScript. The "Convert" button is enabled only when all fields are filled, and the converted result is displayed instantly.

Inspired by the [Temperature Converter](https://roadmap.sh/projects/temperature-converter) on roadmap.sh.

## Features

- Convert between Celsius, Fahrenheit, and Kelvin.
- Real-time feedback after conversion.
- Clean and responsive UI.

## Visuals

![Temperature Converter Screenshot](Screenshot.png)

## Badges

![License](https://img.shields.io/github/license/Yashi-Singh-9/Temperature-Converter)
![Last Commit](https://img.shields.io/github/last-commit/Yashi-Singh-9/Temperature-Converter)

## Installation

1. Clone the repository:
```bash
git clone https://github.com/Yashi-Singh-9/Temperature-Converter.git
```

2. Open the `index.html` file in your browser to start using the app.

## Usage
1. Enter a temperature.
2. Select the unit to convert from and to.
3. Click "Convert" to view the result.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Authors
Developed by **Yashi Singh**.