Skip to content

vraj-712/PasswordGenerator

Repository files navigation

Password Generator 🔒

A simple and customizable password generator tool that creates secure, random passwords. Ideal for creating strong passwords to enhance online security.

Features

  • Generate passwords with specified length and complexity
  • Options to include/exclude uppercase letters, lowercase letters, numbers, and special characters
  • Randomized password generation for high security
  • Copy generated password to clipboard (if supported)

Installation

  1. Clone the repository:

    git clone https://github.com/vraj-712/PasswordGenerator.git
    cd password-generator
  2. Add dependency

    npm install
    
    #or
    
    yarn add
  3. Run the project

    npm run dev
    

Contributing

  • Fork the repository

  • Create your feature branch

    git checkout -b feature/NewFeature
    
  • Commit your changes

    git commit -m 'Add NewFeature'
    
  • Push to the branch

    git push origin feature/NewFeature
    
  • Open a Pull Request

License

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

Acknowledgments

  • Thanks to the open-source community for their support and contributions!