Password Generator (Refactor)

Building a Password Generator utilizing code supplied by Bootcamp.

Description

The Password Generator will, through window prompts, obtain criteria (length, alphabetic cases, numerics, and special characters) from a user that will be employed in creating a randomized password.

Limiting myself to window prompts, efforts were made to ensure a common-sense UI experience. This included explaining input errors and specifying their fix to the user while ensuring that "cancel" was treated as it appears - to cancel the generation currently going on.

Installation and Usage

Web application, hosted at: https://tomasdiaz83.github.io/Password-Generator/

Screenshots

The following images show the web application's appearance and functionality:

The Password Generator application displays a red button to "Generate Password".

Upon pressing the red button, the Password Generator application creates window prompts, asking the user to identify criteria by which the password will be generated

After accepting criteria, the Password Generator application will present the user with a randomized password following the selected criteria

Credits

Code provided by Bootcamp

Collaborators: Salissa Hernandez (https://github.com/Salissa4/), Handruliz Nova ()

License

Copyright 2022 Tomas Diaz

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.