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.
Client: VanillaJS, Bootstrap