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

https://github.com/elena-in-code/task-list-local-stotage

Javascript practise with local storage
https://github.com/elena-in-code/task-list-local-stotage

javascript localstorage materialize task-list

Last synced: 7 months ago
JSON representation

Javascript practise with local storage

Awesome Lists containing this project

README

          

# [Filterable Task List with Local Storage](https://elena-in-code.github.io/Task-List-Local-Stotage/ "live sample of the game")

![list task App](https://user-images.githubusercontent.com/30567608/35142098-900ea0a0-fcfd-11e7-9592-7410af2e3e5a.gif "gif of the working app")

Make a list of tasks, if you refresh the page the task will still be there unless you delete them one by one or using the clear buttom.

Project part of the Udemy course by:
[Brad Traversy - JavaScript From the beginning](https://www.udemy.com/modern-javascript-from-the-beginning/)

### Technologies used:

+ HTML5
+ CSS3
+ javaScript
+ Materialize

### User Stories:

+ Add new tasks
+ Delete tasks one by one or all at the same time
+ The Tasks in the list can be filter
+ The tasks are locally stored so the list will stay

##### Hope you like it!