Task List




This application uses local storage to update the contents of this page. Our javascript takes whatever the user types in the "Task" box, and adds it to a local storage object called myTasks. Each new task is concatenated onto that MyTasks. Then our javascript sets the value of the "Task List" box to whatever is stored in myTasks. The "clear task" button triggers a script that removes myTasks from local storage, which deletes all of our listed tasks. Try adding or removing some tasks to see for yourself!