Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 505 Bytes

File metadata and controls

35 lines (25 loc) · 505 Bytes

CALCULATOR ON REACT

The calculator supports a mathematical expression consisting of the following operations: addition, subtraction, multiplication, division, square root extraction and percentage, as well as square brackets.

Implemented without using eval.

DEMO: https://mltsk.github.io/calculator-react/

Run

npm install
npm start

Test

npm test

Eslint

npm run eslint

Stylelint

npm run stylelint

Prettier

npm run prettier