Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 428 Bytes

Calculator Application

Simple calculator app with a simple login page Created with react & material-ui

Setup

To run this project, install it locally using npm:

$ cd ../calculator
$ npm install
$ npm start

ways to improve the solution:

  1. add more calculator operational buttons such as '%', '^'
  2. display more accurate error message for exprression
  3. imporove style
  4. unit test - test login + calculator