Password Generator Application This is a simple password generator application built using React. It allows users to generate random passwords with customizable length and inclusion of numbers and special characters.
- Password Generation: Random passwords are generated based on user-defined length and character sets.
- Customization: Users can specify the length of the password and choose whether to include numbers and special characters.
- Copy to Clipboard: Generated passwords can be easily copied to the clipboard with the click of a button.
- Clone or download the repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running
npm install
. - Start the application with
npm start
. - Access the application in your browser at
http://localhost:3000
.
- Adjust the length of the password by moving the range slider.
- Check the "Include Numbers" checkbox if you want numbers to be included in the password.
- Check the "Include Special Characters" checkbox if you want special characters to be included in the password.
- Once satisfied with the settings, the generated password will be displayed in the input field.
- Click the "Copy" button to copy the generated password to the clipboard.
- Optionally, make further adjustments to the settings and generate a new password.
- React
- JavaScript
- HTML
- CSS
- tailwind css
This project is licensed under the MIT License.