Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deponte-designer/password-generator
This is a simple password generator application that allows users to generate random passwords based on specified criteria.
https://github.com/deponte-designer/password-generator
Last synced: 3 days ago
JSON representation
This is a simple password generator application that allows users to generate random passwords based on specified criteria.
- Host: GitHub
- URL: https://github.com/deponte-designer/password-generator
- Owner: deponte-designer
- License: mit
- Created: 2023-11-17T18:43:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-28T23:54:33.000Z (12 months ago)
- Last Synced: 2023-11-29T23:30:42.186Z (12 months ago)
- Language: JavaScript
- Homepage: https://deponte-designer.github.io/Password-Generator/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password-Generator
## Description
This application allows users to generate secure passwords by selecting various criteria, including password length and character types (lowercase, uppercase, numeric, and special characters). The generated password is then displayed in an alert.
The application runs in the browser and features dynamically updated HTML and CSS powered by JavaScript.
## Tasks Completed
Successfully executed the following tasks using JavaScript:
- Implemented a password generator that generates a password when the button is clicked.
- Presented a series of prompts for password criteria, including length and character types.
- Length is validated to be at least 8 characters but no more than 128.
- Character types include lowercase, uppercase, numeric, and special characters.
- Validated each input to ensure accurate and secure password generation.
- Ensured at least one character type is selected before generating a password.
- Displayed the generated password in an alert for user convenience.
- Deployed the application, making it accessible for password generation.
- Maintained a clean and polished user interface for an intuitive experience.
- Followed best practices for file structure, naming conventions, and code quality.
- Provided a comprehensive README with project details, live application link, and GitHub repository information.
- Included screenshots to visually represent the generated password.
- Encouraged exploration of the codebase and generator results.> Feel free to explore the codebase and experiment with the password generator to create secure and tailored passwords.
## Screenshot
![Password Generator Screenshot](./assets/images/screenshot-password_generator.png)
*The image above captures an example of a generated password.*## Deployment
This project is deployed and accessible at the following URLs:
- [Live Application](https://deponte-designer.github.io/Password-Generator): Click this link to generate passwords.
- [GitHub Repository](https://github.com/deponte-designer/Password-Generator): Visit the repository for project details, including a comprehensive README.> Dive into the code and explore the results of the password generator! Feel free to experiment and generate unique passwords tailored to your needs.
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Copyright (c) 2023 [dePonte](https://github.com/deponte-designer)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## Badges
![edX](https://img.shields.io/badge/edX-%2302262B.svg?style=for-the-badge&logo=edX&logoColor=white)
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Windows 11](https://img.shields.io/badge/Windows%2011-%230079d5.svg?style=for-the-badge&logo=Windows%2011&logoColor=white)
![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)
![Google Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?style=for-the-badge&logo=GoogleChrome&logoColor=white)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)
![GitLab](https://img.shields.io/badge/gitlab-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white)