it's a simple interactive web app which is build by javascript and used the OOP (Object Oriented Programming) paradigm
- javaScript (Logics)
- Gsap (Animation)
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