https://github.com/fakorede/tasklist
This is a Task list project where you can add tasks, delete tasks and filter tasks and then store them in your local storage. This project is written in Vallina(pure) Javascript only. No frameworks. The UI was built using Materialize CSS. Feel free to experiment with it.
https://github.com/fakorede/tasklist
Last synced: about 2 months ago
JSON representation
This is a Task list project where you can add tasks, delete tasks and filter tasks and then store them in your local storage. This project is written in Vallina(pure) Javascript only. No frameworks. The UI was built using Materialize CSS. Feel free to experiment with it.
- Host: GitHub
- URL: https://github.com/fakorede/tasklist
- Owner: Fakorede
- Created: 2018-02-11T00:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T18:08:21.000Z (over 7 years ago)
- Last Synced: 2025-04-22T23:15:51.854Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://polymath-dev.tech/tasklist/
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskList
In this Task list project, you can add tasks, delete tasks, filter tasks and then persist/store them to your local storage.This is what it looks like on loading from your localhost
After adding some items
On filtering
Added items are persisted to and fetched from local storage so they remain in the ui whenever the browser is reloaded.