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
- Host: GitHub
- URL: https://github.com/abhisheksliam/task-management-demo
- Owner: abhisheksliam
- Created: 2017-03-15T19:05:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T04:26:07.000Z (over 9 years ago)
- Last Synced: 2025-08-01T07:16:16.070Z (11 months ago)
- Topics: javascript, jquery, jqueryui, lesscss
- Language: JavaScript
- Homepage:
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]