Google Calculator clone built using Vue 3 and Tailwind CSS.
https://g-calculator.vercel.app/
- This App is best viewed at 800px screen width.
- Paddings have been added at the Top and to the Left for comparision with Google's Calculator.
- Only these buttons are functional [0-9], ., +, x, CE, =
Clone the project
git clone https://github.com/mkrrishk/g-calculator.git
Install dependencies
npm install
Run Locally
npm run serve
Compile for production
npm run build