Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suhani1209/task-list
- Owner: suhani1209
- Created: 2021-07-17T08:54:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T08:32:57.000Z (over 3 years ago)
- Last Synced: 2024-11-06T07:05:41.868Z (3 months ago)
- Topics: css3, filtering-data, html5, javascript, localstorage, task, task-manager, todo-list
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.