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

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

Awesome Lists containing this project

README

          

# Password Generator ![Github license](https://img.shields.io/badge/license-MIT-green.svg)

## 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
![image](https://user-images.githubusercontent.com/87142377/145694982-53fff7b9-92af-486a-a65f-6b209b93e9ec.png)

### Prompts
#### Password length prompt
![image](https://user-images.githubusercontent.com/87142377/145695142-c5a964d0-6065-4ff4-9e09-e8d6949f2d08.png)

#### Number character inclusion prompt
![image](https://user-images.githubusercontent.com/87142377/145695084-0364cac7-575f-48cf-90d3-b47d93a1957c.png)

#### Special character inclusion prompt
![image](https://user-images.githubusercontent.com/87142377/145695188-542258f7-fc85-48ed-af43-dcf04e82ad7b.png)

#### Uppercase character inclusion prompt
![image](https://user-images.githubusercontent.com/87142377/145695207-0ef90506-2ea4-4b02-992b-93e4f23559fd.png)

#### Lowercase character inclusion prompt
![image](https://user-images.githubusercontent.com/87142377/145695217-6c21cc50-ba9f-42bc-8dc4-2327153754f1.png)

#### Password result (example of 15 characters, numbers, special, upper and lower case)
![image](https://user-images.githubusercontent.com/87142377/145695249-f57ea7ee-c85f-4b08-b1b5-dcb094479d2b.png)

## 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.