A simple password generator built with React. This application allows users to generate secure passwords with customizable length and character options.
• Adjustable password length (8-20 characters) • Option to include numbers and special characters in the password • Copy the generated password to the clipboard with a single click
• React.js • JavaScript (ES6+) • CSS (with Tailwind CSS for styling)
To run this project locally, follow these steps:
-
Clone the repository: git clone https://github.com/your-username/password-generator.git
-
Navigate to the project directory: cd password-generator
-
Install dependencies: npm install
-
Run the development server: npm start
-
Open http://localhost:3000 in your browser to view the application.
- Use the slider to adjust the length of the password (between 8 and 20 characters).
- Check the "Numbers" checkbox to include numbers in the password.
- Check the "Character" checkbox to include special characters in the password.
- Click the "Copy" button to copy the generated password to your clipboard.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.