daniel-melanson / cookbookie

Recipe saving, searching, and scheduling.
1 stars 0 forks source link

Create Zod Validators #7

Closed daniel-melanson closed 1 year ago

daniel-melanson commented 1 year ago

Story

As a developer, I want to validate user input on the client, so that bad requests do not get sent to the server. Additionally, I want input sent to the server validated before it is processed.

Definition of “done”