Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suhani1209/task-list

Todo list app for adding tasks, filtering them and use of local storage
https://github.com/suhani1209/task-list

css3 filtering-data html5 javascript localstorage task task-manager todo-list

Last synced: about 2 months ago
JSON representation

Todo list app for adding tasks, filtering them and use of local storage

Awesome Lists containing this project

README

        

# Task-List
Simple task list app using javascript for addition of tasks. I used local storage for storing the tasks and upon refreshing the app does not loose the tasks added. You can anytime press the cross icon to remove the tasks. Also I implemented filtering of tasks by typing any of the keywords all the tasks having the key words get filtered out.