Calculator project using HTML, CSS and JavaScript.
- Simple calculations
- Screen displays the last operation that was performed
- Multiple operations can be chained
- Result is rounded to 3 digits after .
- Keyboard input is supported:
- Escape resets the calculation
- Backspace deletes 1 character at a time of the current operation screen
CSS Flexbox was used to alter the size of elements depending on the viewport.