Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 408 Bytes

wave-05.md

File metadata and controls

9 lines (7 loc) · 408 Bytes

Wave 05: Adding a Form

Learn Topics: Handling Forms required for this wave

In Wave 05 we will add a feature to create a new Task. For this wave you should make sure that that you are on the main branch.

  • Create a NewTaskForm
  • Submitting a NewTaskForm should
    • add rendered Tasks to the App and
    • trigger a POST request to Task List API to create a new task in the database.