Unit Converter is an iOS application developed using SwiftUI. This app allows the user to convert miles to kilometers.
Conversion from miles to kilometers Automatic update: The result is instantly updated when the input value is changed Simple and user-friendly interface
A device running iOS 16.0 or higher
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.
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
We welcome contributions through pull requests. Before making any significant changes, please open an issue to discuss the proposed changes.
This project is licensed under the MIT License. See the LICENSE file for more information.
I got the design idea from Seyfeddin Başsaraç's Youtube video. (https://www.youtube.com/watch?v=aYkvtyugDvw&list=PLq4I99QKpIbl02hl7UM3cj-ay1w2Z3Bq6&index=5)