Skip to content

Leopold-V/drag-n-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React simple usage of react-beautiful-dnd + reducer hook.

demo

Feature

  • Add / Delete a card.
  • Change card order (with drag and drop).
  • Add an item.
  • Delete an item (with drag and drop).
  • Reorder item in a card (with drag and drop).
  • Change item from card (with drag and drop).

Usage

This project was bootstrapped with Create React App.

The page will reload if you make edits. You will also see any lint errors in the console.

TODO

  • Search bar
  • Delete button
  • reducer
  • data with id (generate with nanoid ?)
  • usereducer (3 actions)
  • add board
  • delete board
  • draggable board with reorder
  • usereducer +add/delete board action
  • board name validation (board dont have an id so..)
  • props type and refactor component structure
  • Move the 'add card component' in the card container on the right.

About

Demo with react-beautiful-dnd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published