digitalRootCalculator
digitalRootCalculator copied to clipboard
digital root calculator app via vanilla javascript
Digital Root Calculator1.0.1
it's a simple interactive web app which is build by javascript and used the OOP (Object Oriented Programming) paradigm
Technologies:
- javaScript (Logics)
- Gsap (Animation)
How to run on localhost
First install dependencies:
npm install
To run in dev mode mode:
npm start
Then it will be open in default browser at http://localhost:8080
To create a development build:
npm run build-dev
To create a production build:
npm run build-prod
To remove the dist directory
npm run clean