fineanmol / Annoying-submit-button

Annoying Submit Button in React. Give a ⭐️ if you have liked this project and want to support it !
https://annoyingsubmitbutton.netlify.app/
MIT License
163 stars 228 forks source link

Password checker #237

Open kishan-25 opened 1 month ago

kishan-25 commented 1 month ago

I wanted to add a file which helps to check whether the username and password created by the user should not be less than 8 size and not be greater than 12 , password should contain atleast one alphabet , one digit & one special character .

KulshresthJangid commented 1 month ago

Hii, I'm new here.. I was just setting up the project but I think some of the code is missing here can you tell me how can I make this work? like is there something else I'm missing from the steps to setup this project..

image

All I did was just follow the steps mentioned in the readme.md file

KulshresthJangid commented 1 month ago

Hi, I was able to solve this issue please review my PR below and if it works pls merge it thanks.

https://github.com/fineanmol/Annoying-submit-button/pull/239

KulshresthJangid commented 1 month ago

Here, below is the deployed preview..

https://deploy-preview-239--annoyingsubmitbutton.netlify.app/

KulshresthJangid commented 1 month ago

Hi @fineanmol, Is this repo still active?