amerrika / drag-drop-vue

Simple Single List Drag & Drop Feature

Home Page:https://amerrika-drag-drop.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and Drop

I wanted to add drag and drop feature to my Todo App without using a library. It was challenging to sort items but it was a fun challenge to do.

What I Learned

  • I got familiar with HTML Drag and Drop API

Continued Development

  • When an item is being dragged, I'd like to add a transition/animation for other items.
  • Make it mobile/touch friendly

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Simple Single List Drag & Drop Feature

https://amerrika-drag-drop.netlify.app/


Languages

Language:Vue 71.6%Language:CSS 14.3%Language:JavaScript 7.9%Language:HTML 6.2%