A simple and easy-to-use web application to generate strong, random passwords.
- Customizable Length: Choose the desired length for your password.
- Character Options: Select which character types to include in your password:
- Uppercase Letters (A-Z)
- Lowercase Letters (a-z)
- Numbers (0-9)
- Symbols (!@#$%^&*)
- One-Click Copy: Easily copy the generated password to your clipboard.
- Responsive Design: Works smoothly on both desktop and mobile browsers.
This project is built with fundamental web technologies:
- HTML: The structure of the web page.
- CSS: Styling and layout.
- JavaScript: The application logic for generating passwords and handling user interactions.
There are two ways to run this application:
Simply visit the GitHub Pages link: https://maheshmnair.github.io/PasswordGenerator/
If you want to run the project on your own machine:
-
Clone the repository:
git clone https://github.com/maheshmnair/PasswordGenerator.git
-
Navigate to the directory:
cd PasswordGenerator -
Open the application: Open the
index.htmlfile in your favorite web browser.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
This project is open source. Feel free to use and modify it. If you'd like to make it official, consider adding a LICENSE file (like the MIT License).