Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yashi-singh-9/temperature-converter
- Owner: Yashi-Singh-9
- License: mit
- Created: 2024-09-16T04:02:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T18:29:35.000Z (about 2 months ago)
- Last Synced: 2024-12-14T19:28:14.457Z (about 2 months ago)
- Topics: css, dom, dom-manipulation, html, javascript, manipulation, roadmap, roadmap-project
- Language: JavaScript
- Homepage: https://codepen.io/Yashi-Singh/pen/qBzGVKb
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.