The Random Password Generator is a web application that generates strong, random passwords based on user-defined criteria. It helps users create secure passwords to enhance their online security.
- Generate passwords of varying lengths
- Include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Simple and user-friendly interface
To get started with the Random Password Generator, follow these steps:
- Clone the repository:
git clone https://github.com/imAnujMishra/Random-Password-Generator.git
- Navigate to the project directory:
cd Random-Password-Generator
Open the index.html file in your preferred web browser to use the application. Adjust the settings as needed and click the "Generate Password" button to create a new password.
If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are welcome.
- Fork the repository:
git fork https://github.com/imAnujMishra/Random-Password-Generator.git
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name
- Create a new Pull Request
If you have any questions or feedback, feel free to reach out to me at anujvpmishra@gmail.com.
