The Password Generator is a basic web application that creates random passwords. It is built using HTML, CSS, and JavaScript, making it an excellent project for those looking to understand the fundamentals of web development.
- Clone the repository:
git clone https://github.com/CandyVelazco100/passwordGenerator.git
- Navigate to the project directory:
cd passwordGenerator
- Open
index.html
in your preferred web browser to use the password generator. - Customize password criteria (length, inclusion of numbers, symbols, etc.) directly from the interface.
- Generates random passwords based on user-selected criteria.
- Simple and intuitive user interface.
- Real-time password generation.
- No external libraries or frameworks required.
- None
The password generation logic can be customized by modifying the script.js
file:
- Adjust the length and complexity of passwords.
- Change character sets for passwords (e.g., include/exclude symbols).
Example of generated password:
aB3$dEf1Gh
- Candy Velazco (CandyVelazco100)
This project is licensed under the MIT License.