Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytasheva/strong-random-password-generator
An application to generate a random password based on selected criteria.
https://github.com/ytasheva/strong-random-password-generator
css html javascript password-generator
Last synced: 14 days ago
JSON representation
An application to generate a random password based on selected criteria.
- Host: GitHub
- URL: https://github.com/ytasheva/strong-random-password-generator
- Owner: YTasheva
- License: mit
- Created: 2023-11-17T19:23:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:56:49.000Z (about 1 year ago)
- Last Synced: 2024-11-24T17:11:45.924Z (2 months ago)
- Topics: css, html, javascript, password-generator
- Language: JavaScript
- Homepage: https://ytasheva.github.io/Strong-Random-Password-Generator/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strong-Random-Password-Generator
## Table of contents
- [Overview](#overview)
- [The Challenge](#the-challenge)
- [Acceptance Criteria](#acceptance-criteria)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built With](#built-with)
- [Installation](#installation)
- [Licence](#licence0
- [Author](#author)## Overview
### The Challenge
- Create an application that an employee can use to generate a random password based on criteria they’ve selected by modifying starter code. This app will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean and polished user interface that is responsive, ensuring that it adapts to multiple screen sizes.
- The password can include special characters. If you’re unfamiliar with these, see this [list of Password Special Characters from the OWASP Foundation](https://www.owasp.org/index.php/Password_special_characters).
### Acceptance Criteria* Generate a password when the button is clicked
* Present a series of prompts for password criteria
* Length of password
* At least 8 characters but no more than 128.
* Character types
* Lowercase
* Uppercase
* Numeric
* Special characters ($@%&*, etc)
* Code should validate for each input and at least one character type should be selected
* Once prompts are answered then the password should be generated and displayed in an alert or written to the page
### Screenshot
### Links
- Solution URL: https://github.com/YTasheva/Strong-Random-Password-Generator
- Live Site URL: https://ytasheva.github.io/Strong-Random-Password-Generator/
### Built With- JavaScript, HTML, CSS
## Installation
* Download or clone the repository.
* Open the `.HTML` file through your web browser to view.
* Use Visual Studio Code or similar source-code editor to run the code.
## Licence
- Github - [Yuliya Tasheva](https://github.com/YTasheva)