gracechin / abaculator

Calculator with abacus visualisations 🧮

Home Page:https://gracechin.github.io/abaculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abaculater 🧮

A calculator Vue project with abacus visualisations.

Project setup

npm install

To develop

To compile and hot-reload for development

npm run serve

To deploy

The project is hosted using Github Pages. The changes pushed to master branch are automatically built and deployed using .github/workflows/vue_build.yml. A deployment SSH key (a.k.a deploy key) was used for authentication.

Implementation notes

  • This project uses Vuex state management pattern and library.
  • Two main UI components are used: abacus and calculator.

About

Calculator with abacus visualisations 🧮

https://gracechin.github.io/abaculator/


Languages

Language:Vue 70.0%Language:JavaScript 22.7%Language:HTML 7.3%