Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rachamallayeswanthreddy/temperature-converter
https://github.com/rachamallayeswanthreddy/temperature-converter
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rachamallayeswanthreddy/temperature-converter
- Owner: RachamallaYeswanthReddy
- Created: 2023-10-12T17:06:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T17:14:29.000Z (about 1 year ago)
- Last Synced: 2023-10-16T02:06:41.200Z (about 1 year ago)
- Language: CSS
- Homepage: https://temperatureconvertorc-f.netlify.app/
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Converter - Celsius to Fahrenheit
This is a simple web application that allows users to convert temperatures from Celsius to Fahrenheit. It's built using HTML, CSS, and JavaScript.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Getting Started](#getting-started)
- [How to Use](#how-to-use)
- [Technologies Used](#technologies-used)
- [License](#license)## Demo
You can see a live demo of the temperature converter [here](https://temperatureconvertorc-f.netlify.app/).
## Features
- Convert temperatures from Celsius to Fahrenheit.
- A user-friendly interface with clear input fields and an easy-to-understand conversion process.
- Real-time conversion as you type the temperature in Celsius.
## Getting StartedTo run this application locally, follow these steps:
1. Clone this repository to your local machine using Git:
```bash
git clone https://github.com/yourusername/temperature-converter.git
```2. Open the project directory:
```bash
cd temperature-converter
```3. Launch the `index.html` file in your preferred web browser.
## How to Use
1. Enter the temperature in Celsius that you want to convert into the input field.
2. The equivalent temperature in Fahrenheit will be displayed in real-time as you type.
3. You can also click the "Convert" button to perform the conversion.## Technologies Used
- HTML
- CSS
- JavaScript## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Enjoy converting temperatures from Celsius to Fahrenheit with this simple web application! If you have any issues or would like to contribute to the project, please feel free to open an issue or submit a pull request.