项目作者: anshul2209

项目描述 :
A task management application for keeping a tab on the progress with task drag and drop feature like Trello.
高级语言: JavaScript
项目地址: git://github.com/anshul2209/React-TaskR-App.git
创建时间: 2017-02-15T23:13:03Z
项目社区:https://github.com/anshul2209/React-TaskR-App

开源协议:MIT License

下载


React-Taskr-App

A task management application for keeping a tab on the progress with task drag and drop feature like Trello.

Things To Try Out

1) User can create multiple lists with an editable title.
2) User can add multiple cards to lists.
3) Option to delete a list.
4) Option to edit & delete card from a particular list.
5) Option to transfer a card from one list to another.
6) Data persists after refreshing the page.

For Installation

1) clone this repo (git clone https://github.com/anshul2209/React-TaskR-App)
2) change directory to project (cd React-TaskR-App)
3) npm install
4) npm start