Calculator App
A simple calculator web application developed using Vue.js, TypeScript, and Bun.
Technologies
Here are the technologies used in this project.
- Vue3
- Typescript
- Bun
- WSL
Features
- Basic arithmetic operations (addition, subtraction, multiplication, division).
- Clear button to reset the input and result.
- User-friendly and responsive design.
- Implemented using Vue.js, TypeScript, and Bun.
Getting Started
Prerequisites
Before you begin, ensure you have the following dependencies installed:
-
WSL: You can download and install WSL from wsl website.
-
Bun: You can download and install BunJs from bun.sh.
Installation
-
Clone the repository:
git clone https://github.com/diuliano-vargas-silveira/Calculadora.git
-
Navigate to the project directory:
cd Calculadora
-
Install the project dependencies:
bun install
Usage
-
Start the development server:
bun run dev
-
Open your web browser and visit http://localhost:5173 to view the calculator app.
-
Use the calculator to perform basic arithmetic operations.
Contact
If you have any questions or feedback, please feel free to contact us at [email protected].