You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a responsive DIV with a size equal to 80% of viewport. Create a draggable interactive child element inside, which cannot be dragged outside the parent DIV.
Development Instructions
Clone this repository
Run npm install
Run npm run dev
Open http://localhost:9000 in your browser
Run npm run build to build the app for production or to examine the build output
Run npm run start to run the app in production mode on http://localhost:3000
Notes
The app is built using:
HTML + SCSS
Bootstrap5 + Popper + Bootstrap Icons
JS + JQuery + CanvasJS
NPM + Webpack + Node + Express
About
Create a responsive DIV with a size equal to 80% of viewport. Create a draggable interactive child element inside, which cannot be dragged outside the parent DIV.