Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supr1yo/passgen
A simple and secure password generator.
https://github.com/supr1yo/passgen
javascript password-generator reactjs
Last synced: about 1 month ago
JSON representation
A simple and secure password generator.
- Host: GitHub
- URL: https://github.com/supr1yo/passgen
- Owner: supr1yo
- License: mit
- Created: 2024-01-19T13:50:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T06:56:25.000Z (6 months ago)
- Last Synced: 2024-06-27T08:00:13.951Z (6 months ago)
- Topics: javascript, password-generator, reactjs
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PassGen [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
A simple and secure password generator.
## Tech Stack
**Library:** React
**CSS Framework:** tailwindcss
**UI Components:** Chakra UI## Run Locally
Clone the project
```bash
git clone https://github.com/supr1yo/passgen
```Go to the project directory
```bash
cd passgen
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)