A unique and interactive password generator built with Next.js and React. This web application allows users to generate secure passwords using a visually engaging rotating ring interface.
You can try out the Rotating Password Generator here: Password Generator
- Interactive rotating ring interface for password generation
- Customizable password settings:
- Password length
- Number of rings
- Character types (uppercase, lowercase, numbers, symbols)
- Real-time password strength indicator
- Copy to clipboard functionality
- Visit the live demo
- Customize your password settings using the settings menu
- Select character slots on each ring
- Click "Generate Password" to create your password
- View the generated password and its strength
- Copy the password to your clipboard with a single click
Users can personalize their password generation experience through the settings menu:
- Password Length: Choose the desired length of your password
- Number of Rings: Select how many character rings to display (2-6)
- Character Types: Toggle inclusion of uppercase letters, lowercase letters, numbers, and special symbols
We welcome contributions to the Rotating Password Generator! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Clone the repository:
git clone https://github.com/Quinta0/password-generator.git
- Navigate to the project directory:
cd password-generator
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the result
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Quinta0