akshitagupta15june / PetMe

PetMe is an all-in-one platform that allows animals to be adopted, donated to pet lovers, and provides emergency medical care to stray animals in need. Star this repo⭐
https://akshitagupta15june.github.io/PetMe/
MIT License
473 stars 730 forks source link

No robust Validation in forms #1578

Open krrish-sehgal opened 1 month ago

krrish-sehgal commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Absence of robust validation in the forms , the users are free to enter any number and any email in the forms.

Describe the solution you'd like A clear and concise description of what you want to happen.

To address this issue using express-validation and regex techniques. Allowing server side checking of the data and flashing the users with the respective message inorder to significantly decrease the amount of spam form fills and to notify the user if he/she has entered wrong info mistakenly.

Record

[x] I agree to follow this project's Code of Conduct [x] I'm a GSSoC'24 contributor [x] I want to work on this issue

krrish-sehgal commented 1 month ago

Kindly assign me this issue under GSSoC24, i would like to work on it