Skip to content

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.

Notifications You must be signed in to change notification settings

mltsk/calculator-react

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published