Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 826 Bytes

File metadata and controls

15 lines (13 loc) · 826 Bytes

Task-List 📋

This is a task list application, it allows you to add tasks which are saved in local storage in your browser. You can also filter to find specific tasks, delete sigle tasks and delete all tasks.

Technologies and techniques used for this project.......

  • HTML5
  • CSS
  • DOM manipulation with vanilla JavaScript : I have used Vanilla JavaScript to practice DOM manipulation and improve my skills owards the language.
    • Event delegation
    • Local Storage
    • DOM Stryles, Events, Element, Document, Window.
  • Materialize Framework from Google : I have used this framework because is widely used for android application which is the look intended for this project
    • Grid system manipulation for responsive interface.
    • Cards, Buttons, Icons, Collections, Forms, Toast.