DEV Community

Cover image for Random Password Generator App in HTML CSS & JavaScript
CodingNepal
CodingNepal

Posted on

Random Password Generator App in HTML CSS & JavaScript

Random Password Generator is a program that automatically generates a password randomly. Those generated passwords are mix with numbers, alphabets, and punctuations. This type of program helps the user to create a strong password.

Today in this program, I'll share with you this program (Random Password Generator). In this program, there is a container with an input field, a copy icon, and a button. When you click on the generate password button each time this program automatically generated a random password and, there is shown a copy button which copies that generated password when you click on that button.

You can download the source code files through the given link. Click here to download source code files.

Top comments (0)