This is a simple calculator webapp based on vanilla Javascript, CSS and HTML.
Basic functions include:
- Addition
- Subtraction
- Multiplication
- Division
Note: This calculator only supports individual operations consisting of a single operator, and two numbers.
This project has been created by James Johns. The initial inspiration for the project has come from Odin Project.