https://github.com/ericbwebdev86/password-generator
Front end app that allows a user to generate a randomized password based on specified criteria
https://github.com/ericbwebdev86/password-generator
css html javascript
Last synced: 12 months ago
JSON representation
Front end app that allows a user to generate a randomized password based on specified criteria
- Host: GitHub
- URL: https://github.com/ericbwebdev86/password-generator
- Owner: ericbwebdev86
- Created: 2021-12-11T02:17:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T16:54:21.000Z (over 3 years ago)
- Last Synced: 2025-01-14T14:22:23.800Z (about 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://ericbwebdev86.github.io/password-generator/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator 
## Table of Contents
[Purpose](#purpose)
[Built with](#built-with)
[Installation](#installation)
[Testing](#tests)
[Media](#media)
[Link to deployed app](#Link-to-deployed-app)
[Contact and Questions](#questions)
[License](#License)
## purpose
A website that allows the user to generate a randomized password with specified criteria through browser window prompts.
## Built with
* HTML
* CSS
* JavaScript
## Installation
### Clone Repository
* *https:* git clone [https://github.com/ericbwebdev86/password-generator.git](https://github.com/ericbwebdev86/password-generator.git)
## Tests
There are no formal tests for this project
## Media
### Landing Page

### Prompts
#### Password length prompt

#### Number character inclusion prompt

#### Special character inclusion prompt

#### Uppercase character inclusion prompt

#### Lowercase character inclusion prompt

#### Password result (example of 15 characters, numbers, special, upper and lower case)

## Link to deployed app
https://ericbwebdev86.github.io/password-generator/
## Contact and Questions
* Email: ericbwebdev86@gmail.com
* GitHub: https://github.com/ericbwebdev86
## License
MIT license is a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.