Skip to content

sabrinapowell/password-generator

Repository files navigation

Password Generator App

A web-based password generator that creates secure, random passwords based on user preferences.

Features

  • Generate passwords with customizable options:
    • Uppercase letters
    • Lowercase letters
    • Numbers
    • Symbols
  • Specify password length
  • Copy password to clipboard with one click
  • Password strength indicator
  • Clean and responsive UI

Technologies Used

  • Frontend: Next.js, CSS (Tailwind CSS), TypeScript, Lucide-React icons, MUI components

How to Use

  1. Select the desired password options (uppercase, lowercase, numbers, symbols).
  2. Choose the length of the password.
  3. Use the "Copy Password" button to copy the generated password to your clipboard.

Installation

  1. Clone the repository:
    git clone https://github.com/sabrinapowell/password-generator.git
  2. Navigate to the project directory:
    cd password-generator
  3. Start the development server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

Future Enhancements

  • Save generated passwords securely.
  • Support for multiple themes (dark/light mode).

License

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

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

Acknowledgments


Stay Secure! Generate Strong Passwords Anytime.

Releases

No releases published

Packages

 
 
 

Contributors