A calculator which displays both the calculation process and the result. Features include plus/minus and percentage buttons.
Tech Stack: HTML | CSS | Vanilla JavaScript
Testing: Jest
Platform: GitHub Pages
Live Site: https://ayarmkt.github.io/JS-calculator/
Calculation
A calculator that displays the calculation process and result. This calculator can calculate continuously even after pressing "=".
Plus/Minus Button
The plus/minus button allows you to switch between plus and minus values.
Percentage Button
Pressing the percentage button will display the decimal equivalent of the number.
- Fork and then clone this repository
- Run live server to start the server in development