Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umarfarooq361/passwordgeneratorusingreacthooks
This Password Generator is a user-friendly application built with React. It aims to provide users with a simple and efficient way to generate strong, random passwords that can be customized based on length, numbers and character inclusion.
https://github.com/umarfarooq361/passwordgeneratorusingreacthooks
react tailwind-css usecallback useeffects useref usestate
Last synced: 7 days ago
JSON representation
This Password Generator is a user-friendly application built with React. It aims to provide users with a simple and efficient way to generate strong, random passwords that can be customized based on length, numbers and character inclusion.
- Host: GitHub
- URL: https://github.com/umarfarooq361/passwordgeneratorusingreacthooks
- Owner: UmarFarooq361
- Created: 2024-08-01T15:42:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:59:19.000Z (4 months ago)
- Last Synced: 2024-08-01T20:12:08.028Z (4 months ago)
- Topics: react, tailwind-css, usecallback, useeffects, useref, usestate
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
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.
## Features
- 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## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.