Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 388 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 388 Bytes

Glassmorphism Calculator

Javascript calculator with glassmorphism UI

Demo

Usage

# Install dependencies
npm install
OR
yarn

# Run dev server
npm run dev
OR
yarn dev

# Build for export and deploy
npm run build
OR
yarn build

Show your support

Give a ⭐️ if this project helped you!