https://github.com/muhand/rrconverter
A simple app that allows the conversion from real life measurements to ruler measurements
https://github.com/muhand/rrconverter
Last synced: 2 months ago
JSON representation
A simple app that allows the conversion from real life measurements to ruler measurements
- Host: GitHub
- URL: https://github.com/muhand/rrconverter
- Owner: Muhand
- License: mit
- Created: 2018-08-06T23:33:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T02:57:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T02:41:47.767Z (4 months ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RRConverter
A simple app that allows the conversion from real life measurements to ruler measurements
![]()
![]()
## Table of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)
- [Contributing](#contributing)## Prerequisites
- git
- xcode >= 9.4.1
- project format 9.3-compatible
- ios >= 10.0## Installation
Clone this project into a project directory, then navigate to it and open the xcode project
```
git clone https://github.com/Muhand/RRConverter.git
cd RRConverter
open RRConverter.xproject
```## Usage
To be added
## Support
Please [open an issue](https://github.com/Muhand/RRConverter/issues/new) for support.
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/Muhand/RRConverter/compare/).