This is a simple password generator built with React. I used useState, useCallback, useEffect, useRef to understand and optimise react app using best practices. It allows users to generate passwords with customizable lengths and optional inclusion of numbers and special characters.
- Generate a random password with a customizable length
- Option to include numbers and special characters
- Copy generated password to clipboard
- Responsive design with Tailwind CSS
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.