Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 824 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 824 Bytes

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)

UML Diagram is here
Live view

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