This is a simple calculator application built using Vue.js. It supports basic arithmetic operations such as addition (+), subtraction (-), multiplication (*), and division (/).
You can view a live demo of the app here.
- Clone the repository:
git clone https://github.com/leticiaschneider/vue-calculator.git
- Navigate to the project folder:
cd vue-calculator
- Install dependencies:
npm install
- Run the app:
ng run serve
Visit http://localhost:8080/
in your browser to see the app in action.
Letícia Araújo Schneider - leticia.schneider@gmail.com