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/
npm install
npm startnpm testnpm run eslintnpm run stylelintnpm run prettier