Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 961 Bytes

Draggable Task Application

I used Create React App to create the skeleton of the structure.

Feautres

  • Add task
  • Delete task
  • Edit task
  • Store tasks in the localStorage
  • Move tasks between lanes and store the updated positions in the localStorage

Libraries & Packages

I used these libraries and packages to develop this app;

Also, I used prettier plugin for formatting my code.

Installation

  • npm install

Run the App

  • npm start