Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexdevero/password-generator-app

Awesome Password generator app, built with Electron and React.
https://github.com/alexdevero/password-generator-app

app application desktop-app desktop-application electron electron-app linux-app osx-application react react-app reactjs windows-app

Last synced: 15 days ago
JSON representation

Awesome Password generator app, built with Electron and React.

Awesome Lists containing this project

README

        


Dependency Status
devDependency Status
MIT License


Built by DEVERO
Current release

# Pasword Generator

Awesome Password generator app, built with Electron and React.

### Table of contents

* [Install](#install)
* [Usage](#usage)
* [Code of Conduct](#code-of-conduct)
* [License](#license)
* [Disclaimer](#disclaimer)

### Install

#### Clone this repo

```
git clone https://github.com/alexdevero/password-generator.git
```

#### Install dependencies

```
npm install
```
or
```
yarn
```

### Usage

#### Run the app

```
npm run start
```
or
```
yarn run start
```

#### Build the app

```
npm run package
```
or
```
yarn run package
```

### Code of Conduct

[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

### License

MIT © [Alex Devero](https://alexdevero.com).