Hi PH,
I built MiniCalc after I saw @tapbot_paul challenge someone to build an Apple Watch calculator with bigger buttons (https://cards.producthunt.com/ca...). I had never coded in swift before and I figured it would be a fun way to get familiar with the programming language.
In order to make a better calculator, bigger buttons were a must. I proceeded to remove operators (+ - × ÷) from the interface. Instead of using a force touch menu, gestures are used. This results in fast and accurate operations. The gestures are pretty straightforward:
• ⬆️ Addition
• ⬇️️ Subtraction
• ➡️️ Multiplication
• ⬅️ Division
I hope you will like my watch calculator!