A simple and pretty calculator written in vanilla JS.
- basic operations like multiplication, subtract, divide and sum
- special operations like square, trigonometric functions, logarithms, etc.
- keyboard support
- calculations history
- responsive layout for mobile devices
- Clone this repo
git clone https://github.com/krzysztofhewelt/Calculator-Vanilla-JavaScript
- Run index.html in your browser
- HTML
- JavaScript
- CSS
- IDE: VSCode
Distributed under the Apache License 2.0.