Skip to content

FredericoLeao/drag-drop-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drag and drop sorting organizer app

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.

How it works

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

Requirements

Node (must have node installed on your computer)

Instructions

VueJS (front-end)

cd drag-drop-sort

npm install

npm run dev

NodeJS (back-end)

cd node_app

npm install

node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published