Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

Bug : Don't allow Number in the Name textbox in SignUp #28

Closed mani200307 closed 1 year ago

mani200307 commented 1 year ago

Describe the bug Here, While entering text in Name textbox during signup. It allows number as well. Name doesn't contain number.

So, I need to do form validation to fix the bug.

mani200307 commented 1 year ago

@Rajat2024 could you please assign me this issue under GSSoC? And, Please add the label : GSSoC'23.

mani200307 commented 1 year ago

@Rajat2024, But my PR is not merged.