Inspiration

I did this project once in my college project. So that inspires me to do it again a lot.

What it does

You have to give the email address then you have to generate password or you can manually give your own password. The generated password will be quite strong.

How we built it

First we did the html and css part, then we did the java scrip where the length of the string is 12 and all lower case, upper case and special characters are given in a variable. Then we run a simple for loop where generate a random value in a given string and the length should be 12 and then we put it in a new variable "password"

Finally we will check for the both inputs which is email and password. If any one is not filled then an alert message will pop up 'Please enter both email and password!' else 'Password saved successfully!'

Challenges we ran into

Java script coding was challenging else it was easy.

Accomplishments that we're proud of

The project is awesome . Love to do that and feels satisfying when it's done.

What we learned

Function about- Math.random() Math.floor()

Built With

Share this project:

Updates