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

https://github.com/mehmetkahya0/swiftunitconverter

Miles to Kilometers app with SwiftUI
https://github.com/mehmetkahya0/swiftunitconverter

app apple converter ios kilometers km miles miles-to-km project swift swiftui ui unit unit-converter xcode

Last synced: about 2 months ago
JSON representation

Miles to Kilometers app with SwiftUI

Awesome Lists containing this project

README

          

# Unit Converter App (Miles to Kilometers) WIP
Ekran Resmi 2023-06-23 21 49 04
Ekran Resmi 2023-06-23 21 49 14

Unit Converter is an iOS application developed using SwiftUI. This app allows the user to convert miles to kilometers.

## Features

Conversion from miles to kilometers
Automatic update: The result is instantly updated when the input value is changed
Simple and user-friendly interface

## Requirements

A device running iOS 16.0 or higher
## How to Use

Download and install the application on your device.
Launch the application.
Enter the desired mileage value in the text box located at the center of the main screen.
Automatically, the miles value will be converted to kilometers and displayed in the result section.

## Installation

Clone or download this project.
Open the UnitConverter.xcodeproj file with Xcode.
Run the project on the simulator or a real device in Xcode.
shell
Copy code
git clone https://github.com/mehmetkahya0/UnitConverter.git

## Contributing

We welcome contributions through pull requests. Before making any significant changes, please open an issue to discuss the proposed changes.

## License

This project is licensed under the MIT License. See the LICENSE file for more information.

## Thanks
I got the design idea from Seyfeddin Başsaraç's Youtube video. (https://www.youtube.com/watch?v=aYkvtyugDvw&list=PLq4I99QKpIbl02hl7UM3cj-ay1w2Z3Bq6&index=5)