This project is a simple Password Generator built to create secure and random passwords. It allows users to generate passwords of varying lengths uppercase letters, lowercase letters, numbers, and special characters.
Users can specify the length of the password.
Users can choose to include/exclude uppercase letters, lowercase letters, numbers, and special characters.
Simple and intuitive interface for generating secure passwords.
- Open the application in your web browser.
- Click the "Generate Password" button.
- Copy the generated password and use it as needed.
- HTML/CSS: For structuring and styling the web page.
- JavaScript: For generating the random passwords based on user preferences.
This project is licensed under the MIT License.