Random Password Generator
Hamna Kamran
Random Password Generator is a JavaScript project that can generate strong and unique passwords automatically. I made a box in everyone's first web page. I have used a heading or title. Below the title is an input box where the password can be generated.
Then I made two buttons to copy and generate that password. The unit password will be generated each time you click the Generate button. For this I have used JavaScript Math.random
and Math.floor
method. There is also a copy button that will help you copy the sourcecodes.
If you don't understand what I'm saying then you can definitely watch the video tutorial below. This video will completely help you to know how I made this design.