Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 333 Bytes

wave-04.md

File metadata and controls

9 lines (7 loc) · 333 Bytes

Wave 04: Adding a Form

Learn Topics: Handling Forms required for this wave

In Wave 04 we will add a feature to create a new Task.

  • 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.