Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sidgureja7803/password-generator
- Owner: sidgureja7803
- Created: 2024-09-16T20:35:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:40:38.000Z (about 2 months ago)
- Last Synced: 2024-10-17T17:52:35.368Z (20 days ago)
- Topics: css, html, javscript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.