Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)