This is a VueJS app that organizes data using drag and drop feature.
With a simple NodeJS Express back-end API to simulate a database and handle basic operations.
Drag and drop sections to each other to reorganize it's positions.
Drag and drop categories inside it's own section to reorganize it's positions.
Add new categories by pressing '+' button on each section
Rename categories by clicking on the pencil icon (shown on mouse over) and then press Enter
Node (must have node installed on your computer)
cd drag-drop-sort
npm install
npm run dev
cd node_app
npm install
node main.js