Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.68 KB

Password Generator

Welcome to the Password Generator! Here you can answer a series of prompts to define features for your password. This includes the length of the password and if you want to include numbers, letters, or special characters. Try it out to generate your own secure password!

Table of contents

Using the generator

Navigate to the website to load the Generator: https://scarlinj.github.io/Password-Generator/ From here, you can click the button "Generate Password" to open a modal that will ask you a series of questions to define features for your password. After you answer the prompts a randomly-generated password will populate in the text box on the screen. You can copy this using the button provided and paste it where you please.

See a screenshot for the site below:

Image of the password generator

Image of password generator results

Image of console results

Technology

This uses a Javascript back end to connect to the HTML front end.

Future Development

I will add a history of previous password generated.

How to Contribute

If you would like to contribute to, or if you want to report issues for this project, feel free to contact me through GitHub.

Contributor Covenant