Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanketmaru/taskboard

A Todo List
https://github.com/sanketmaru/taskboard

Last synced: 4 days ago
JSON representation

A Todo List

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.