Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidgureja7803/password-generator

Developed a dynamic password generator using HTML, CSS, and JavaScript. The tool allows users to specify the desired length and customize the password by selecting uppercase letters, lowercase letters, numbers, and symbols through checkboxes.
https://github.com/sidgureja7803/password-generator

css html javscript

Last synced: 2 days ago
JSON representation

Developed a dynamic password generator using HTML, CSS, and JavaScript. The tool allows users to specify the desired length and customize the password by selecting uppercase letters, lowercase letters, numbers, and symbols through checkboxes.

Awesome Lists containing this project

README

        

Password Generator – HTML, CSS, JS
• Developed a dynamic password generator using HTML, CSS, and JavaScript. The tool allows users to specify the desired length and customize the password by selecting uppercase letters, lowercase letters, numbers, and symbols through checkboxes.
• The application automatically adjusts the password length to match the number of selected character types.
• It also features a real-time password strength indicator with color coding: red for weak, yellow for moderate, and green for strong passwords.