Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 399 Bytes

7.2 - Passwords, Zod Assignment.md

File metadata and controls

7 lines (4 loc) · 399 Bytes

Week 07 - 7.2 | Passwords, Zod

Assignment #1 - Add validations to ensure email and password are correct format using Zod. Check the password has minimum 1 Uppercase character, 1 Special Character, 1 number and lowercase character.

Assignment #2 - Add more endpoints (mark todo as done) for todo-app.

- Optional: Add timestamp at which todo was created/the time it needs to be done