Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.24 KB

README.md

File metadata and controls

67 lines (42 loc) · 2.24 KB

Password Generator 🔐

A simple, user-friendly password generator built using HTML, CSS, and JavaScript. This tool allows users to create secure passwords with customizable options, including lowercase, uppercase, symbols, numbers, and an indication of password strength. Additionally, it features a "Copy to Clipboard" function for ease of use.

Live Demo

Check out the live demo here.

Features

  • Customizable Options: Choose from lowercase, uppercase, numbers, and symbols.
  • Password Strength Indicator: Visual indication of password strength.
  • Copy to Clipboard: Quickly copy the generated password to the clipboard.
  • Responsive Design: Fully responsive for desktop and mobile use.

Installation

To get started with the project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/techysanoj/password-generator.git
  2. Navigate into the project directory:

    cd password-generator
  3. Open index.html in your web browser to use the password generator.

Usage

  1. Open index.html in your preferred web browser.
  2. Customize your password by selecting options for lowercase, uppercase, numbers, and symbols.
  3. Adjust the slider to set the desired password length.
  4. Click on "Generate Password" to see your generated password.
  5. Use the "Copy to Clipboard" button to copy the generated password for easy use.

Screenshots

Password Generator Screenshot

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! Feel free to fork the project, make your changes, and submit a pull request. Here’s how you can get started:

  1. Fork the repository.
  2. Create a new branch with your feature or bugfix.
  3. Make your changes and commit them.
  4. Open a pull request explaining the changes you made.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, feel free to reach out via GitHub Issues or contact me on GitHub: techysanoj.