InchesToApp is an application designed for performing metric conversion tasks. It allows users to convert measurements entered in inches to feet, meters, and miles. I developed this project to enhance my skills in Objective-C programming.
- Strengthen proficiency in Objective-C programming language
- Gain practical experience in developing iOS applications using Objective-C
- Implement design patterns and architectural principles in Objective-C projects
- Improve code readability, maintainability, and efficiency in Objective-C codebases
- Convert measurements from inches to feet, meters, and miles.
- User-friendly interface.
To get started with the project, follow these steps:
- Clone the repository to your local machine:
https://github.com/iammertozcan/InchesToApp.git
- Open the project in your preferred IDE (e.g., Xcode).
- Run the
InchesToApp.xcodeproj
file. - Start using the application to convert measurements!
- Enter the measurement you want to convert in inches.
- Select the desired unit (feet, meters, or miles).
- Click the "Convert" button to see the converted measurement in the chosen unit.
- The application will display the converted measurements in the specified units.
Contributions are welcome! If you'd like to contribute to this project, please follow the steps below:
- Fork this repository (https://github.com/iammertozcan/InchesToApp)
- Create a new branch for your feature or bug fix:
git checkout -b feature/NewFeature
- Commit your changes:
git commit -am 'Added a new feature'
- Push your branch to your fork:
git push origin feature/NewFeature
- Create a new Pull Request.
If you have any questions or feedback, please reach out to us at [email protected].