A simple and customizable password generator built with React. It allows users to create secure passwords by selecting different options for character types, password length, and more. This application is designed with a beautiful and user-friendly interface, featuring animations and copy-to-clipboard functionality.
- Password Customization: Select from uppercase letters, lowercase letters, numbers, and special characters to generate your desired password.
- Password Length Control: Adjust the length of the generated password between 8 and 32 characters.
- Automatic Password Generation: The password is automatically generated based on your selected options as soon as the settings change.
- Clipboard Integration: Easily copy the generated password to your clipboard with a single click.
- Modern UI with Animations: The application uses smooth transitions and animations for a more engaging experience.
To run the Password Generator locally, follow these steps:
git clone https://github.com/Lucentix/password-generator.git
cd password-generator
npm install
npm start
This will start the development server, and you can access the app in your browser at http://localhost:3000
.
- React: JavaScript library for building user interfaces.
- React Icons: Icon library for adding customizable icons to the app.
- Tailwind CSS: Utility-first CSS framework for styling the app.
- Animate.css: Animation library for adding smooth transitions.
- Fork the repository.
- Create your feature branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Lucentix.