Passwordweb app

HTML & CSS

GitHub Repo Live version

This is the main layout of my password generator app. It is built using vanilla CSS, utilizing Flexbox, and vanilla JavaScript. It was built as a part of Scrimba's Frontend Developer Career Path.

My password creator is a handy tool designed to generate strong, unique passwords to enhance your online security. By combining random sequences of letters, numbers, and symbols, it ensures that your passwords are difficult to guess or crack. Whether you're setting up a new account or updating old passwords, a password generator takes the hassle out of coming up with secure credentials, giving you peace of mind with just a few clicks. Safe, efficient, and essential in today's digital world!

This application allows you to choose your password length and characters in the password. It will also copy the password to your clipboard. If used in conjunction with my Passman app, you will never loose or forget your passwords.