Allow users to create new tasks. The user should need to enter only the task title. The form should include a task completion status toggle defaulted to 'incomplete' state.
When the form is submitted, a toast is shown and the new task should be displayed in the task list for the user.
To view the form, a button should be added to the top of the task list view.
Allow users to create new tasks. The user should need to enter only the task
title. The form should include a task completion status toggle defaulted to 'incomplete' state.When the form is submitted, a toast is shown and the new task should be displayed in the task list for the user.
To view the form, a button should be added to the top of the task list view.