Password generator application that allows you to combine different types of characters as well as select the length to create a password according to your needs.
Table of Contents
I built this project during the `Programming Basics` module at [DCI Institute](https://digitalcareerinstitute.org/) with the aim of practicing JavaScript and DOM manipulation.



To get a local copy up and running follow this simple step.
- Clone the repo
git clone [email protected]:Lnferrari/password-generator.git
The app provides the possibility to choose certain combinations of characters to be mixed in the password By switching on/off the toggle buttons is possible to add/remove uppercases, lowercases, numbers and/or symbols to obtain the desired type of password. There is also the option to modify the length of it (by default the length is set to 20 characters). By clicking on the GENERATE button a random password with all the requested combinations will be created. The app includes a button to copy the password to the clipboard.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Lucas Ferrari - Linkedin - [email protected]
Project Link: Password-generator
Distributed under the MIT License.