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

https://github.com/edumigueis/electron-password-safety

A project made using electron that measures password strength and generates passwords.
https://github.com/edumigueis/electron-password-safety

electron electron-app javascript js password password-generator password-safety

Last synced: about 2 months ago
JSON representation

A project made using electron that measures password strength and generates passwords.

Awesome Lists containing this project

README

          

# Electron-Password-Safety

> A desktop app made using electron that measures password strength and generates passwords. It was made using Electron.

[![Build Status](http://img.shields.io/travis/badges/badgerbadgerbadger.svg?style=flat-square)](https://travis-ci.org/badges/badgerbadgerbadger) [![Coverage Status](http://img.shields.io/coveralls/badges/badgerbadgerbadger.svg?style=flat-square)](https://coveralls.io/r/badges/badgerbadgerbadger) [![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

[![header.png](header.png)]()

- This app can measure password strength and generate passwords it finds safe.
- Made with javascript, electron, html and css.
---

## Installation

- To run this project you need node and npm installed in your machine. Check setup section of README to get started.

### Clone

- Clone this repo to your local machine using `https://github.com/edumigueis/Electron-Password-Safety.git`

### Setup

- In order to use this project, you have to install the dependencies stated in the package.json file:

> install this project or clone it. Then, install the dependencies and load the app:

```shell
npm install
npm start
```

---

## Contributing

> To get started you have to fork and clone the repository. Then, you can create pull requests.

### Step 1

- **Option 1**
- 🍴 Fork this repo!

- **Option 2**
- 👯 Clone this repo to your local machine using `https://github.com/edumigueis/Electron-Password-Safety.git`

### Step 2

- **Go coding yey!** 🔨🔨🔨

### Step 3

- 🔃 Create a new pull request using `https://github.com/edumigueis/Electron-Password-Safety/compare`.

---

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2020 © Eduardo Migueis.