Password Generator App (HTML, TailwindCSS, and JavaScript)

preview_player
Показать описание
Generating strong passwords is important to security on the internet. But in this case, it’s just a great opportunity to play around with JavaScript. In this video, we’ll use ParcelJS, Tailwind CSS, and an npm package called Check Password Strength to write a custom password generator app. Have your own suggested improvements? Make a pull request on the community-improvements branch or leave a comment!

🔗 Key Links 🔗

---------------------------------------

🔗 Additional Links 🔗

---------------------------------------

📹 Related/Mentioned Videos 📹

---------------------------------------

⏲️Timestamps ⏲️
0:00 Introduction
1:29 Dev environment setup
5:59 HTML + Tailwind
16:30 JavaScript

---------------------------------------

🌐 Connect With Me 🌐
Рекомендации по теме
Комментарии
Автор

Hi Chris, an excellent little project as usual, but I think the capitalization of the characters could be improved.

The way you implemented it, you use the array index to uppercase only the odd elements of the characters array, so the characters "b", "d", "f", ... will be capitalized every time and the even elements ("a", "c", "e", ...) will always be lowercase.

I think it's best to use a different random number and check if it's even or odd, to decide when to capitalize the character, to increase the entropy of the generated password.

thanoskoutr
Автор

Amazing tutorial as always!
Thank you for using tailwind CSS, as I was learning it myself. It's gonna be helpful.
And I'm glad you've started using the italic version of cascadia code now. I'm in love with this font. 😂

capt.potatohead
Автор

Amazing tutorial . I will follow your tutorial to do it myself, if there is something I don't understand, I will ask you for help. thank you make such a amazing video..

makechinafreedom
Автор

Hi Cris, amazing unique video as always. I have a question "How to minify JavaScript file and remove comments in it?". Do you know any tool or packages does that. Thanks! :)

neontuts
Автор

(Coming from your GulpJS video) Please tell us `gulp-terser` vs `gulp-terser-js`

nitin
join shbcf.ru