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

https://github.com/ompreetham/unitconverter

Unit Converter - A simple SwiftUI application for temperature conversion | Designed for 100DaysOfSwiftUI
https://github.com/ompreetham/unitconverter

100daysofswiftui apple-app hackingwithswift ios ios-app ios-swift ios17 swift swiftui

Last synced: 3 months ago
JSON representation

Unit Converter - A simple SwiftUI application for temperature conversion | Designed for 100DaysOfSwiftUI

Awesome Lists containing this project

README

        

# Unit Converter

## Technologies Used

- Swift programming language for iOS development.
- Auto Layout for responsive design.

## Select Current Temperature

Choose the current temperature unit:

- Celsius
- Fahrenheit
- Kelvin

## Enter Temperature

Enter the temperature in the selected unit.

## Select Conversion Temperature

Choose the temperature unit for conversion:

- Celsius
- Fahrenheit
- Kelvin

## Converted Temperature

The converted temperature will be displayed here.

## Screenshots

![](./screenshots/unitconverter-home.png)
![](./screenshots/unitconverter-c-f.png)
![](./screenshots/unitconverter-c-k.png)
![](./screenshots/unitconverter-f-k.png)
![](./screenshots/unitconverter-k-f.png)