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
- Host: GitHub
- URL: https://github.com/mehmetkahya0/swiftunitconverter
- Owner: mehmetkahya0
- License: other
- Created: 2023-06-18T18:31:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T20:38:03.000Z (over 2 years ago)
- Last Synced: 2025-09-02T06:33:22.522Z (about 2 months ago)
- Topics: app, apple, converter, ios, kilometers, km, miles, miles-to-km, project, swift, swiftui, ui, unit, unit-converter, xcode
- Language: Swift
- Homepage:
- Size: 3.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit Converter App (Miles to Kilometers) WIP
![]()
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 UseDownload 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)