This project is a simple web-based random password generator that allows users to generate passwords with varying complexities.
The web application generates a random password based on predefined criteria including uppercase letters, lowercase letters, numbers, and special symbols. It provides a user-friendly interface to easily copy the generated password.
Check out the live demo here!
- Password Generation: Clicking the "Generate Random Password" button generates a random password according to specified criteria.
- Copy to Clipboard: Users can click on the copy icon to copy the generated password to their clipboard.
- Responsive Design: The interface is responsive and adapts to different screen sizes, ensuring a seamless experience across devices.
To use the password generator:
- Open the live page in a web browser.
- Click on the "Generate Random Password" button to create a new password.
- Click on the copy icon to copy the generated password.
- HTML
- CSS (including media queries for responsiveness)
- JavaScript
To run this project locally:
- Clone the repository.
- Open
index.html
in a web browser.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or create a pull request.
This project was created by Arnab Mondal.