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

https://github.com/nyancodeid/sandie

Generate a secure password. Build with Preact
https://github.com/nyancodeid/sandie

parcel-bundler parceljs preact-material-compoenents preactjs

Last synced: 11 months ago
JSON representation

Generate a secure password. Build with Preact

Awesome Lists containing this project

README

          

# Sandie
Generate a secure password. Build with [PreactJS](https://preactjs.com)

[![Repository](https://img.shields.io/badge/github-sandie-green?logo=github&style=flat)](https://github.com/nyancodeid/sandie)
![License MIT](https://img.shields.io/github/license/nyancodeid/sandie)
[![Issues](https://img.shields.io/github/issues/nyancodeid/sandie)](https://github.com/nyancodeid/sandie/issues)

## Description
This application is only an experimental application. Made just for fun and to learn more about PreactJS.
This application also uses Parcel Bundle

## Run
clone this repository and run using yarn
```
yarn install
yarn run start
```
or using NPM
```
npm install
npm run start
```

## Password Format
For generate password we have 3 different format. They are

| Format | Description |
| ------------- | ------------- |
| Easy to say | avoid symbol and number to make it easy to say |
| Easy to read | Avoid ambiguous characters like 1, I, L, i, l, 0, o, O |
| All characters | Any characters combinations |

## Screenshot


Sandie

Inspired by
[LastPass Password Generator Tool](https://www.lastpass.com/password-generator)