WebDevsOrg / calculator

calculator is vanilla javascript based application for learning purpose. it has 2 modes Standard and Programmers mode. Ideas are taken from microsoft calculator app on windows 10. Not all the features are replecated only selected ones.
0 stars 0 forks source link

Calculator basic operations UI. #13

Open Sumeeet opened 4 years ago

Sumeeet commented 4 years ago

Use react to create basic front end UI project structure of React based calculator.

Think in terms of components.

  1. Result component
  2. Keypad
  3. Toolbar area
  4. Header
  5. Memory

Now this ofcourse can be extended to other types of keyboards like Programmers. Same holds good for Result area too.

image

Sumeeet commented 3 years ago

Only +, -, *, / are supported, operations which are not supported show error to user in result area or better disable it.