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.
- Host: GitHub
- URL: https://github.com/edumigueis/electron-password-safety
- Owner: edumigueis
- License: mit
- Created: 2020-08-02T19:18:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T11:23:02.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T21:34:28.751Z (over 1 year ago)
- Topics: electron, electron-app, javascript, js, password, password-generator, password-safety
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://travis-ci.org/badges/badgerbadgerbadger) [](https://coveralls.io/r/badges/badgerbadgerbadger) [](http://badges.mit-license.org)
[]()
- 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
[](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2020 © Eduardo Migueis.