Skip to content

pateketu/pocket-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Calculator

Version Number of the Tech challenege: 3de1fa326e03a11e55932af6f9fcf288a362a61d

App has been bootstraped from create-react-app

Instructions

  1. Clone or Download the source code to a local directory.
  2. Run npm install from the root of the source code directory
  3. 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)
  4. 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

Known Limitations:

  1. No Keyboard support, can only be operated via Click/Touch of the Keys on Calculator.
  2. Does not strictly follow (BI)DMAS (Division, Multiplication, Addition & Substraction) when there is more than one mathematical operations.
  3. Please note that Pocket Calculator's Look/Feel & branding has only been varified in Chrome 71 on Windows.
  4. No Memory operations.

Live Url: https://pocket-calc.azurewebsites.net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published