This is a recreation of the iOS calculator. This project was undergone to sharpen my JavaScript logic while building a pragmatic tool during the process.
All of the logic behind this calculator is written in vanilla JavaScript. MathJS was leveraged to correct all floating point errors.
Clone this repository:
git clone https://github.com/matthewoctober/ios-calculator.git
Change into the appropriate directory:
cd ios-calculator
Install all project dependencies:
npm install
Run the development server:
npm run dev