Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.31 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.31 KB

Password Generator Website

License HTML CSS JavaScript Contributions PRs Welcome GitHub Language Count Code Size GitHub Stars


Live Preview.

Password Generator Website

A simple password generator website built using HTML, CSS, and JavaScript. This website allows users to generate secure passwords with various options for complexity.

Features

  • Generate random passwords with customizable options.
  • Choose password length, including uppercase, lowercase, numbers, and special characters.
  • Copy generated passwords to the clipboard.
  • Responsive design for both desktop and mobile devices.

Demo

Check out the live demo of the Password Generator Website here.

Getting Started

  1. Clone the repository:
git clone https://github.com/sArtHak03804/password_generator.git
  1. Open the index.html file in your preferred web browser.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m "Add your feature".
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Open a pull request.

License

This project is licensed under the MIT License.