Simple calculator app with a simple login page Created with react & material-ui
To run this project, install it locally using npm:
$ cd ../calculator
$ npm install
$ npm start
- add more calculator operational buttons such as '%', '^'
- display more accurate error message for exprression
- imporove style
- unit test - test login + calculator