Task List
Basic task list where Item can be added and stored, as well as deleted.
The poject functions using primarily html and Javascript, along with libraries from materialize, fontawesome and/or JQuery/ajax.
The exercise is meant to provide experience in DOM manipulation.
The apps asks the user to input as many tasks as needed. Once tasks are listed, the user can erase them one at a time or choose to clear all tasks. Tasks are also saved to local storage and will continue to be on the list until disposed of. Tasks can also be filtered out by typing in a single letter, word or multiple words.