This project is a Password Generator web application designed to help users create secure passwords. The application is built using HTML, CSS, and JavaScript. It provides an intuitive interface where users can specify the length and complexity of the passwords they wish to generate.
- Customizable Password Length: Users can choose the desired length of their password.
- Character Options: Users can select whether to include uppercase letters, lowercase letters, numbers, and special characters.
- User-Friendly Interface: The application features a clean and simple design for easy navigation.
- Copy to Clipboard: Users can easily copy generated passwords to their clipboard for convenience.
- HTML: For structuring the web application.
- CSS: For styling the application and enhancing user experience.
- JavaScript: For implementing the password generation logic and interactivity.
To get started with the Password Generator, follow these steps:
-
Clone the Repository
git clone https://github.com/freddyfavour/password-generator.git
-
Navigate to the Project Directory
cd password-generator
-
Open the Application Open
index.html
in your preferred web browser.
- Select the desired password length using the slider.
- Choose character options (uppercase, lowercase, numbers, special characters).
- Click the "Generate Password" button to create a password.
- Use the "Copy" button to copy the generated password to your clipboard.
Contributions are welcome! If you have suggestions for improvements or additional features, please feel free to fork the repository and submit a pull request.