Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 574 Bytes

react-drag-and-drop

This project is a study, React Todo List using Drag and Drop feature.

How to install

Just run into your terminal npm install, to install all modules.

How to use

All you have to do is create a new card clicking at the '+' button, so you can write you todo item and click 'Create'.

  • You can sort your list by drag and drop
  • You can delete a card if you want or if you finished your item
  • If you double click on card's text you can edit that text, press Enter to apply

Storage

The storage was made using just Local Storage from Javascript