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

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.

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
![alt text](screenshot/tlist.png "task list")

After adding some items
![alt text](screenshot/tlist-added.png "added tak list")

On filtering
![alt text](screenshot/tlist-filter.png "filtered task list")

Added items are persisted to and fetched from local storage so they remain in the ui whenever the browser is reloaded.