CALCULATOR – do simple calculations easily

A basic calculator application created with SwiftUI.
Simple design, easy to use.

Table of Contents

Introduction

Calculator is an application which must be in all devices, because no one knows when and where it will be needed to calculate something.
This calculator is very easy to use, it does not have any scary and complicated functions, only those that are in the usual everyday pocket calculator.

Calculator

Requirements

  • Xcode 11.2 or later
  • iOS 13.2 or later

Installation

  1. Clone the repository:
    • using HTTPS:
      $ git clone https://github.com/milaplatonova/Calculator.git
    • using SSH:
      $ git clone [email protected]:milaplatonova/Calculator.git
  2. Open the project in Xcode:
    $ open Calculator.xcodeproj
  3. Choose the iOS Simulator, Build and Run the project.

Features

  • simplicity and ease of use
  • stylish design
  • iPhone and iPad realization
  • basic calculations such as:
    ➕ addition
    ➖ subtraction
    ✖️ multiplication
    ➗ division
  • percentage calculations
  • scientific style for large numbers:

CalculatorScientificStyle

Contacts

Lyudmila Platonova
? [email protected]
? LinkedIn

GitHub

https://github.com/milaplatonova/Calculator