An open API service indexing awesome lists of open source software.

https://github.com/abhisheksliam/task-management-demo

Task Management Application
https://github.com/abhisheksliam/task-management-demo

javascript jquery jqueryui lesscss

Last synced: 5 months ago
JSON representation

Task Management Application

Awesome Lists containing this project

README

          

## Task Management App

### Steps to run:

1. git clone https://github.com/abhisheksliam/tma.git

2. cd tma

3. npm install

4. gulp

5. launch url url "http://localhost:3000"

### How to use:

- add task list using top left + icon
- add multiple cards in each list
- delete card / list, using red cross icon
- transfer cards from one list to other
- assign cards to users
- tag cards

+ data is persistance (using localStorage)
+ all text content is editable, click on text to edit

[demo url: http://abhisheksliam.github.io/tma]