Version Number of the Tech challenege: 3de1fa326e03a11e55932af6f9fcf288a362a61d
App has been bootstraped from create-react-app
- Clone or Download the source code to a local directory.
- Run npm install from the root of the source code directory
- To Launch the App, Run npm start in root directory, open http://localhost:3000 to view it in the browser. (Hard Refesh the Browser via Ctrl + F5, if Calculator does not show after opening the browser)
- To launch the test Run npm test in root directory
Number 4 above will launch the test runner in interactive mode, if you are on windows run: npm run test:win in root directory to run the test in non-interactive mode
- No Keyboard support, can only be operated via Click/Touch of the Keys on Calculator.
- Does not strictly follow (BI)DMAS (Division, Multiplication, Addition & Substraction) when there is more than one mathematical operations.
- Please note that Pocket Calculator's Look/Feel & branding has only been varified in Chrome 71 on Windows.
- No Memory operations.
Live Url: https://pocket-calc.azurewebsites.net