A simple and user-friendly random password generator built with HTML, CSS, and JavaScript. It allows users to generate strong, secure passwords of customizable lengths and copy them to the clipboard with a single click.
- Generates random passwords using a mix of letters, numbers, and symbols.
- Customizable password length (between 8 and 16 characters).
- One-click copy functionality using the clipboard API.
- Intuitive slider to adjust password length.
- Clean and responsive design using CSS Flexbox.
- HTML5
- CSS3
- JavaScript (ES6+)
- Font Awesome for icons
- Clone the repository:
git clone https://github.com/your-username/Random-Password-Generator.git
- Open the
index.htmlfile in your browser to use the password generator. - Use the slider to adjust the password length.
- Click the "Generate" button to create a password.
- Click the clipboard icon to copy the password to your clipboard.
- Clone the repository:
git clone https://github.com/your-username/Random-Password-Generator.git
- Navigate to the project directory:
cd Random-Password-Generator - Open
index.htmlin your preferred web browser.
