https://github.com/anndcodes/temperature-converter
This is a temperature converter that converts to Celsius, Fahrenheit and Kelvin.
https://github.com/anndcodes/temperature-converter
javascript temperature-converter vanilla-js
Last synced: 19 days ago
JSON representation
This is a temperature converter that converts to Celsius, Fahrenheit and Kelvin.
- Host: GitHub
- URL: https://github.com/anndcodes/temperature-converter
- Owner: anndcodes
- Created: 2023-03-13T15:26:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T21:09:37.000Z (about 3 years ago)
- Last Synced: 2025-03-15T08:27:23.495Z (about 1 year ago)
- Topics: javascript, temperature-converter, vanilla-js
- Language: CSS
- Homepage: https://anndcodes.github.io/temperature-converter/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌡️ Temperature Converter
This is a temperature converter that converts to **Celsius**, **Fahrenheit** and **Kelvin**.

# Techs
This project was developed with:
* HTML
* CSS
* JavaScript
# The project
The project it's useful for when the user wants to convert a temperature to another. It's simple, you don't need to select anything, just enter with the temperature in one of the inputs and click convert and the user will have it converted in all of them. There's also a "Clear button" to clear the page, so the user doesn't need to refresh the page to use the converter again.
The layout was created with inspiration from the Neumorphism, which gives it a modern and cool aesthetic.
## Visit the project
You can check it out the [**project**](https://anndcodes.github.io/temperature-converter/) here.
---
Created with 💜 by [**Annd**](https://github.com/anndcodes)