ojasaklechayt / Oju-s-Blogs

A full MERN Stack Blogging website to write out yourself
https://oju-blogs.vercel.app
10 stars 14 forks source link

[Login / Signup] Add error handling and form validations #13

Closed Pooja-Lohar25 closed 10 months ago

Pooja-Lohar25 commented 10 months ago
  1. Login and signup forms are irresponsive in case of errors and wrong inputs
  2. The forms accept invalid data as well like name = 123

I would like to work on it. @ojasaklechayt Kindly assign me this issue under hacktoberfest .

ojasaklechayt commented 10 months ago

@Pooja-Lohar25 Go for it

ojasaklechayt commented 10 months ago

@Pooja-Lohar25 I feel this issue is already been handled by somebody else. May be you can try testing that out and further enhancing that out.

Pooja-Lohar25 commented 10 months ago

I see it only displays the messages for blank inputs so I will add error-handling and form validations code with that to enhance.