Este README também está disponível em Português.
This project is a simple calculator built using Vue.js and Bootstrap 5. It performs basic math operations (+, -, ×, ÷) using input fields and a select menu. The app was developed as part of VueJS learning and includes basic event handling and DOM interaction.
Click here to try it live on Vercel
- Basic operations: addition, subtraction, multiplication, division;
- Handles number inputs with type safety;
- Select menu for choosing the desired operation;
- Responsive UI with Bootstrap 5 styling;
- Title and language configuration set for deployment;
- Clean and simple design for educational use.
- Creating and structuring a VueJS project from scratch;
- Handling input events and methods in Vue;
- Using Bootstrap with Vue components;
- Improving UX with dynamic element updates;
- Deploying a Vue project to Vercel.
- Vue.js
- Bootstrap 5
- HTML5
- JavaScript (ES6+)