This is a simple calculator app concept built with Vue.js and Tauri.
- Enter values with keyboard or mouse via virtual keyboard
- Copy results to clipboard
- View history
This repo merely exists as a fun project learning how to build cross-platform apps with Tauri, and my favorite javascript framework (Vue.js). Don't expect too much from this project, but it's a good learning experience.
To install this calculator, run the following command inside the directory:
# Install dependencies
npm install
# Build the app
npm run tauri build