This project was bootstrapped with Create React App.
To get started:
- Run
npm installto create the node_modules - Run
npm startto boot into your localhost:3000 - Run
npm buildto create a more recent production version - Run
npm testto view the test suites - Run
npm test:cito output a junit.xml file with data regarding the tests
Alternatively, replace npm with the approriate yarn commands to get started as well
The App itself is a calculator with basic functions:
- Addition, Subtraction, Multiplication, Division
- Additional features like decimals, percentage changes, and change signs are also supported
- Supports the operation on up to two numbers
Note: The calculator must be cleared using the "C" button for any new operations e.g after performing a calclation or if you want to reset the a previous entry