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
- Host: GitHub
- URL: https://github.com/elena-in-code/task-list-local-stotage
- Owner: elena-in-code
- Created: 2018-01-18T09:02:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T08:49:01.000Z (about 8 years ago)
- Last Synced: 2025-03-13T16:17:35.150Z (12 months ago)
- Topics: javascript, localstorage, materialize, task-list
- Language: JavaScript
- Homepage: https://elena-in-code.github.io/Task-List-Local-Stotage/
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")

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!