Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketmaru/taskboard
A Todo List
https://github.com/sanketmaru/taskboard
Last synced: 4 days ago
JSON representation
A Todo List
- Host: GitHub
- URL: https://github.com/sanketmaru/taskboard
- Owner: sanketmaru
- License: mit
- Created: 2015-07-20T02:30:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T04:50:28.000Z (over 9 years ago)
- Last Synced: 2024-12-04T16:49:39.285Z (23 days ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taskboard
A Todo List in core javascript.## Summary
1. A simple TaskBoard which contains a Todo and a Complete Board. At any point a task can be in any of the boards.
Implemented this in core javascript without using any external libraries.2. Double clicking the task should update the task description.
3. At any point of time if i want to introduce new boards that should be breeze without any complications.
## Using TaskBoard
Open index.html in your browser to view the demo.