Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 842 Bytes

drag-and-drop-todo

🔗 How to Update the Database After a Drag-and-Drop Operation

Article

https://dev.to/shoki/how-to-update-the-database-after-a-drag-and-drop-operation-27dc

Description

This is a todo list with a function of drag and drop. To study the database operation after a drag and drop, I created this app.

🚀Demo

Demo

Tech Stack

Server: Node, Express

Databse: MySQL

Features

  • Drag & Drop with database operation
  • Live previews

Getting Started

git clone [email protected]:Sho-ki/recruit-system-frontend.git
cd recruit-system-frontend
npm run dev
// or
npm run build && start

For React User

https://github.com/Sho-ki/drag-and-drop-todo