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.
The operators with the highest priority are "%", "/", and "×". The "+" and "-" expressions are then calculated.
When the priority is the same, the calculation is performed from the left side.
TECHNOLOGY
I developed this app using Vue.js.