Skip to content

TamzinC/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password-generator

Description

Using my understanding of what I have learnt about the basic fundamentals of Javascript, I have been able to put together a Password Generator. This application runs by taking data from the user and creating a password based upon their responses, such as the password length and what characters they would like to have included. The Javascript code uses a variation of arrays, if statements and for loops within a function to run this application successfully.

Installation

N/A

Usage

Open the webpage in your browser by following this link: https://tamzinc.github.io/password-generator/.

Once on the webpage you will be able to see a webpage that looks like this:

image

Click on 'Generate Password' to get started. You will be prompted to enter how long you would like your password to be. It should look something like this:

image

Continue following the prompts on the screen and once completed, you should be able to see a random password in the white box on screen that has been put together using your responses.

If you open the console using DevTools (Cmd + Option + J for Mac and Ctrl + Shift + J for Windows), you will be able to see your choices printed out e.g. length chosen and the array of character choices:

image

If you would like to view my GitHub repo to view my code, please follow this link: https://github.com/TamzinC/password-generator.

Credits

N/A

License

MIT License

Copyright (c) 2022 TamzinC

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors