This is a React-based Random Password Generator that creates secure and customizable passwords in real-time. Users can adjust the password length, and choose whether to include numbers and special characters. It also features a convenient copy-to-clipboard button for quick usage.
-
Generate strong random passwords instantly
-
Set desired password length (5 to 25 characters)
-
Toggle inclusion of:
- β Numbers (0β9)
- β Special characters (!, @, #, etc.)
-
π One-click copy to clipboard
-
Built using React hooks (
useState,useEffect,useCallback) -
Clean and interactive UI
- React.js
- HTML & CSS
- JavaScript (ES6+)