CALCULATION APP
DESCRIPTION
This is a calculator app created as an assignment for the computer science learning platform Recursion. It can handle up to five decimal places.
Operator priority:
1. %、/、×
2. +、-
When the priority is the same, the calculation is performed from the left side.
TECHNOLOGY
I developed this app using Vue.js.