My motivation for making this app was to learn some basic javascript skills. I built this simple app to show how you can use javascript features to generate random strings. During the process I learned more about variables, arrays, functions, objects, and methods. It solves the problem of coming up with secure passwords. It is rather useful, lots of people tend to just use birthdays, pet names, or something similar. This is not secure. A random sequence of characters is much harder to figure out.
N/A
In order to use this app you click the red generate button and follow the prompts that will come up in the pop-up window. Make sure to follow the instructions with detail!
For this Challenge I worked on my own. I referenced some javascript from w3schools I also referenced special characters from OWASP. The Javascript code is my own in addition to the starter code, which was provided by EDX2U for the fullstack web development coding bootcamp.
Refer to the Repo for the license.