trypear / pear-landing-page

Landing page for PearAI, the Open Source AI-Powered Code Editor
https://trypear.ai
19 stars 31 forks source link

Add form validation #96

Closed Fryingpannn closed 2 days ago

Fryingpannn commented 5 days ago

We need form validation for all inputs of user workflows. Sign in, sign up and forget password inputs.

E.g. when user signs up, there's a 8 char minimum. Need client side validation if user presses sign up and doesn't have 8 chars, should error out and tell user. (Error message in red below input box that tells user "password not long enough")

Image

Ibinola commented 5 days ago

can i jump on this ?