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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/aadityapanda/temperature_converter_app
- Owner: AadityaPanda
- Created: 2023-09-03T16:38:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T07:17:14.000Z (over 1 year ago)
- Last Synced: 2025-03-11T23:33:44.190Z (over 1 year ago)
- Topics: android-app, android-studio, java, temperature-converter
- Language: Java
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.