This application allows the user to create and manage tasks using local storage.



Parameters of the project:

  • The user can create a task object and store it in an array in local storage.
  • The user can delete the task from the dashboard.
  • The user can mark a task as "complete".


Additional Functionality:

  • Allow the user to access an object from local storage and edit it.
  • Allow the user to clear all tasks from local storage.
  • Create a running count of tasks that displays on the dashboard.
  • Filter display by completed, incomplete, or overdue tasks.


Check it out!