Skip to content

diegowendel/pipefy-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipefy clone

This project is a simple side project implemented to put into practice concepts of the React Drag and Drop library - React DnD. The output is a simple Kanban where the cards can be dragged and dropped onto another list or even over another card, overwriting the list original order.

Running

Simply install node dependencies and run the app

npm install && npm start