Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 598 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 598 Bytes

Task 2 Basic Calculator

Task 2 basic is a simple Calculator which adds, divides, multiplies, subtracts etc.

It's also provides a basic error handling system, that lets you know when you have failed to input any number or the number is NaN.

Future Improvements:

  • Check for division by zero exclusivley.
  • Improve readability further with custom colors for each of the operators.

Tech Stack

Client: VanillaJS, Bootstrap

Screenshots

Error ScreenShot App Screenshot

Working ScreenShot App Screenshot