A Calculator Desktop Application made with HTML, CSS, JavaScript and Tauri.
Built with 🤍 For You!
- Dark Mode
- Multiple Color Themes
- Basic Calculations
- Interactive Design
- Animations
- Decimal Operations
- Backspace Button
- Clear Screen Button
- JavaScript Classes
- JavaScript Constants
- JavaScript Strings
- CSS Animations
- CSS Variables
- Tauri Desktop Application
Clone the project
git clone https://github.com/kushagra-aa/calc.git
Go to the project directory
cd calc
Install dependencies
npm i
Development Build
Runs the app in the development mode.
npm run tauri dev
The App Window will automatically appear
or Open localhost:3000 to view it in the browser.