A simple calculator project created with Vue 3 and Tailwind CSS.
Table of Contents
This project is a simple calculator application built using Vue 3 and Tailwind CSS. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Addition
- Subtraction
- Multiplication
- Division
You can see a live demo of the project here ([https://calculator-eeac1.firebaseapp.com/]).
To get a local copy up and running follow these simple steps.
- Node.js
- npm (or yarn)
- 1)Clone the repo
- 2)Install NPM packages
- npm install
- Start the development server
- npm run dev