Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aadityapanda/temperature_converter_app

A simple, intuitive Java application for converting temperatures between Celsius and Fahrenheit. The app is designed to offer a user-friendly interface, allowing quick conversions and providing a convenient restart button to reset input fields.
https://github.com/aadityapanda/temperature_converter_app

android-app android-studio java temperature-converter

Last synced: 19 days ago
JSON representation

A simple, intuitive Java application for converting temperatures between Celsius and Fahrenheit. The app is designed to offer a user-friendly interface, allowing quick conversions and providing a convenient restart button to reset input fields.

Awesome Lists containing this project

README

        

# Temperature Converter App 🌡️

A simple, intuitive Java application for converting temperatures between Celsius and Fahrenheit. The app is designed to offer a user-friendly interface, allowing quick conversions and providing a convenient restart button to reset input fields.

### Demo
https://github.com/user-attachments/assets/0b774ce7-8f34-47fd-911a-c6dce44ccbc7

## Table of Contents
- [Features](#features)
- [Usage](#usage)
- [Installation](#installation)
- [How to Use](#how-to-use)

## Features

- **Easy Temperature Conversion:** Converts between Celsius and Fahrenheit in real time.
- **User-Friendly Interface:** Clean and accessible layout for smooth user experience.
- **Restart Functionality:** Quickly reset input fields with a restart button.

## Usage

The Temperature Converter App is ideal for students, professionals, or anyone needing quick temperature conversions. Whether you're studying temperature units or need a quick conversion in your work, this app makes it easy!

## Installation

To get started, make sure Java is installed on your system. [Download Java here](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) if needed.

### Steps to Install and Run:

1. **Clone the Repository**
Clone or download the repository to your local machine.
```bash
git clone https://github.com/AadityaPanda/Temperature_Converter_App.git
```

2. **Navigate to the Project Directory**
Open a terminal and navigate to the downloaded directory.
```bash
cd Temperature_Converter_App
```

3. **Compile the Source Code**
Compile the Java source file to ensure everything is set up.
```bash
javac TemperatureConverter.java
```

4. **Run the Application**
Launch the app using:
```bash
java TemperatureConverter
```

## How to Use

1. **Launch the App**
Open the app following the installation steps above.

2. **Enter Temperature**
Type a temperature in either the Celsius or Fahrenheit field. The app will instantly display the conversion in the corresponding field.

3. **Reset as Needed**
Press the "Restart" button to clear all fields and start over.