https://github.com/sanjaraiy/temperature-convertor
This project is built with HTML, CSS, and JavaScript, and is fully responsive across different devices. Enter a temperature value, and instantly see the equivalent result in other units! 🚀🔄
https://github.com/sanjaraiy/temperature-convertor
css-animations css-flexbox css3 html5 javascript scrollreveal-js typed-js
Last synced: 4 months ago
JSON representation
This project is built with HTML, CSS, and JavaScript, and is fully responsive across different devices. Enter a temperature value, and instantly see the equivalent result in other units! 🚀🔄
- Host: GitHub
- URL: https://github.com/sanjaraiy/temperature-convertor
- Owner: sanjaraiy
- Created: 2023-06-23T11:39:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T10:28:36.000Z (12 months ago)
- Last Synced: 2025-01-05T03:12:10.890Z (6 months ago)
- Topics: css-animations, css-flexbox, css3, html5, javascript, scrollreveal-js, typed-js
- Language: CSS
- Homepage:
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Converter Project 🌡️✨
Welcome to the Temperature Converter Project! This application allows you to convert temperatures between different units with ease and accuracy.## Features
- Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- Responsive design for optimal viewing on various devices.
- Smooth animations and interactive UI.## Built With
- **HTML** - Structure of the application
- **CSS** - Styling and layout
- **JavaScript** - Functionality and logic
- **CSS Animation** - Smooth and engaging animations
- **Typed.js** - Dynamic typing effects for a modern look
- **ScrollReveal.js** - Revealing elements on scroll for a better user experience## Getting Started
To get a local copy up and running, follow these simple steps.### Prerequisites
You need a web browser to run this project.### Installation
1. Clone the repo
```sh
git clone https://github.com/sanjaraiy/Temperature-convertor.git
```
2.
Here's a sample README file for your Temperature Converter Project:markdown
Copy code
# Temperature Converter Project 🌡️✨Welcome to the Temperature Converter Project! This application allows you to convert temperatures between different units with ease and accuracy.
## Features
- Convert temperatures between Celsius, Fahrenheit, and Kelvin.
- Responsive design for optimal viewing on various devices.
- Smooth animations and interactive UI.## Built With
- **HTML** - Structure of the application
- **CSS** - Styling and layout
- **JavaScript** - Functionality and logic
- **CSS Animation** - Smooth and engaging animations
- **Typed.js** - Dynamic typing effects for a modern look
- **ScrollReveal.js** - Revealing elements on scroll for a better user experience## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
You need a web browser to run this project.
### Installation
1. Clone the repo
```sh
git clone https://github.com/sanjaraiy/Temperature-convertor.git
2. Open the index.html file in your web browser
## Usage
1) Enter the temperature value you want to convert.
2) Select the unit of the input temperature.
3) The equivalent temperature in other units will be displayed automatically.