Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rithb898/genstrongpass
A robust password generator application built with React, providing customizable password length and character sets, along with password strength analysis and improvement suggestions.
https://github.com/rithb898/genstrongpass
password password-generator react reactjs
Last synced: 13 days ago
JSON representation
A robust password generator application built with React, providing customizable password length and character sets, along with password strength analysis and improvement suggestions.
- Host: GitHub
- URL: https://github.com/rithb898/genstrongpass
- Owner: Rithb898
- Created: 2024-10-17T07:12:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:50:20.000Z (3 months ago)
- Last Synced: 2024-11-08T08:34:53.153Z (3 months ago)
- Topics: password, password-generator, react, reactjs
- Language: JavaScript
- Homepage: https://genstrongpass.netlify.app/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenStrongPass
A robust password generator application built with React.
## Table of Contents
* [Features](#features)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)## Features
* Generates strong and unique passwords
* Customizable password length and character sets
* Displays password strength with improvement suggestions## Installation
To set up the application, execute the following command:
```bash
npm install
```## Usage
To start the application, use:
```bash
npm run dev
```## Contributing
Contributions are welcome! Please fork the repository and open a pull request with your changes.