A web-based password generator that creates secure, random passwords based on user preferences.
- 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
- Frontend: Next.js, CSS (Tailwind CSS), TypeScript, Lucide-React icons, MUI components
- Select the desired password options (uppercase, lowercase, numbers, symbols).
- Choose the length of the password.
- Use the "Copy Password" button to copy the generated password to your clipboard.
- Clone the repository:
git clone https://github.com/sabrinapowell/password-generator.git
- Navigate to the project directory:
cd password-generator - Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
- Save generated passwords securely.
- Support for multiple themes (dark/light mode).
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
- Icons by Lucide React
- Styling by Tailwind CSS
- UI Inspiration: This project's UI is inspired by the LastPass Password Generator, a free and widely used password generation tool.
Stay Secure! Generate Strong Passwords Anytime.