Create a Password Generator in JavaScript
The next project which we will do is to generate password using vanilla JavaScript.
So, open your terminal and create a folder PasswordGenerator. Inside the folder create three files index.html, main.js and styles.css. We are also opening the code in VS Code. As usual, you do these tasks manually.

You can read the complete post from my blog site. Link for the same is below.
You can find the code for the same in this github repo.