0.0.12 • Published 6 years ago
react-simple-calculator v0.0.12
REACT-SIMPLE-CALCULATOR
A simple calculator, was made as a test task for one company. Some details: 1) Real numbers can be written as 0.5 and .5 2) Operation % is the remainder of division (mod) 3) Calculation accuracy - 14 characters (You can change the precision in the src/components/Calculator.js)
The calculator looks like this:
You can watch a demo here - calculator demo.
Installation
1) npm install react-simple-calculator 2) npm start 3) go to localhost:8505