DEV Community

Said Mounaim
Said Mounaim

Posted on

Strong Password Generator 🀩

Strong Password Generator App Using Vanilla JavaScript 😍

Demo : https://gen-passwordjs.netlify.app/

Code : https://github.com/saidMounaim/100DaysOfCode/tree/main/Day15

Check out my #100DaysOfCode Challenge
https://github.com/saidMounaim/100DaysOfCode/tree/main/Day15

Top comments (1)

Collapse
 
grahamthedev profile image
GrahamTheDev

How can it be a strong password generator with a max length of 10 characters?

You should adjust it so it is min 10 characters as everything else seems good.