Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexdevero/password-generator-app
- Owner: alexdevero
- License: mit
- Created: 2018-03-04T12:55:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T06:27:39.000Z (about 2 months ago)
- Last Synced: 2024-10-19T12:00:08.792Z (28 days ago)
- Topics: app, application, desktop-app, desktop-application, electron, electron-app, linux-app, osx-application, react, react-app, reactjs, windows-app
- Language: JavaScript
- Size: 426 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# 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).