This is a simple calculator app created with Next.js. It supports parenthesized expressions as well as the following numerical operators
- addition
- subtraction
- multiplication
- divison
A modified version of the Shunting yard algorithm is used for interpreting arithmetic expressions
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn build
yarn test