DEV Community

Author Wong
Author Wong

Posted on

How to create a web app with interactive features

Hi guys! I want to make a website which has features like drag and drop, resize the element size, can anyone give me advice what framework should I use. I just want a front-end framework or library which has the ability achieve those features. Django will be my back-end framwork

Thanks

Top comments (6)

Collapse
 
levisnkyyyy profile image
Levisnkyyyy

grapejs, craftjs

Collapse
 
antinomaino profile image
antinomaino

hi there.i would suggest try interactjs

Collapse
 
itparlour profile image
Sankar Bala

Use jQuery ui

Collapse
 
ganeshpl profile image
Ganesh

Almost all the front-end framework supports drag and drop. A sample in vue as below:
vuejsexamples.com/a-drag-and-drop-...

Collapse
 
wongauthor profile image
Author Wong

Oh! But can Vue work with django as backend server? I'm trying to do a Saas which has login, signup

Collapse
 
ganeshpl profile image
Ganesh • Edited

What you wanted is front-end, backend can be anything: Python(Django), nodejs, Java API.
You gonna use Vue/React/Angular to bring the beauty to your website's.