A secure, customizable password generator web application built with React and TypeScript. Create strong passwords tailored to your specific requirements with an intuitive user interface.
- Generate random, secure passwords
- Customize password length via slider
- Toggle inclusion of:
- Uppercase letters
- Lowercase letters
- Numbers
- Special symbols
- Real-time password strength indicator
- Copy password to clipboard functionality
- Multilingual support with language toggle
- Responsive design for all devices
- React
- TypeScript
- i18next for internationalization
- Tailwind CSS for styling
- Adjust the password length using the slider
- Select character types to include (uppercase, lowercase, numbers, symbols)
- View the password strength indicator
- Click "Generate" to create a new password
- Use the copy button to copy the password to your clipboard
This project is a solution to the Password Generator App challenge on Frontend Mentor.