Requirements

  • Create the task tracking HTML page that needs a:
    • Header
    • Main content area for the task list
    • Footer
  • Use the style sheet provided
  • Add functionality to the button to add tasks to the list

Title: Capture Form Data

Requirements

  • Create a form to add tasks
  • Add error handling

Requirements

  • Add two status task lists
  • Add buttons to change tasks
  • Delete a task
  • Edit a task
  • Add drop down menu to change task status
  • Move task based on status task list

Requirements

  • Use localStorage to save tasks
  • Refactor code