ImanKahlila / ProjectHunt

1 stars 7 forks source link

Implement input validation for project creation #38

Open andrewquach-dev opened 1 year ago

andrewquach-dev commented 1 year ago

Description: Use client-side JavaScript validation, server-side validation, or both to check for required fields, data length, and format. Provide meaningful error messages to guide users in correcting their inputs.

Examples of form validation messages: https://dribbble.com/tags/form%20validation

Checklist: