calc
README.md
Functionally WEB-based calculator
Links
You may find this on the site
Functionality
- Basic calculator
- Dark/light themes
- Math functions (sin, cos, log etc.)
- PWA (offline mode)
- Currency converter
Technologies
- Vue.js
- SCSS
- PWA
- Fetch API
Build Setup
# Install vue-cli npm install --location=global vue-cli
# Create vue-cli projectvue init pwa calc
# Install dependenciesnpm install
# Copy repositorygit clone https://github.com/ivanvit100/calc
# Serve with hot reload at localhost:8080npm run dev
# Build for production with minificationnpm run build
# Build for production and view the bundle analyzer reportnpm run build --report
# Run unit testsnpm run unit
# Run e2e testsnpm run e2e
# Run all testsnpm test
# Push main branchgit push
# Push for the GitHub Pagesgit add -f dist && git commit -m "Commit name"git subtree push --prefix=dist origin gh-pages``
Языки
Vue
- JavaScript
- HTML
- SCSS