-
git clone https://github.com/abhisheksliam/tma.git
-
cd tma
-
npm install
-
gulp
-
launch url url "http://localhost:3000"
- 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]