Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.