iOS app for calculating basic calculations. Created as practice in Swift by following Mark Price's iOS/Swift course on Udemy, some little own tweaks added. Doesn't unfortunately follow MVC architecture.
- Basic add, subtract, multiply and divide calculations
- Clear button
- Does not crash when dividing with zero 😉
- Stack views
- Implementing basic calculations into an app
- Lots of UI related stuff
- Error checking