- OOP oriented architectural main class Calculator
- CLI UI default Node.js readline
- basic jest tests
- OOP oriented architectural main class Calculator
- Can extend to add some new operators or functions
- Can add and use different UI or inputs
- basic jest tests
Trade-offs you might have made, anything you left out, or what you might do differently if you were to spend additional time on the project
- New for me was using CLI with node and Revert Polish Notation )
- clone git
- to install run
npm i
in project dir - to run
npm run start
- t test
npm run test
- to install run
// todo