Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mleftwich/passwordgenmagic
Random Password Generator
https://github.com/mleftwich/passwordgenmagic
Last synced: 7 days ago
JSON representation
Random Password Generator
- Host: GitHub
- URL: https://github.com/mleftwich/passwordgenmagic
- Owner: mleftwich
- Created: 2022-05-31T05:05:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T03:20:54.000Z (about 2 years ago)
- Last Synced: 2024-11-06T03:48:25.402Z (about 2 months ago)
- Language: CSS
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![MIT](https://img.shields.io/static/v1?label=License&message=MIT&color=green)
# Password Generator
## Table of Contents
* [Description](#description)
* [Technologies](#technologies)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Guidelines](#guidelines)
* [Tests](#tests)
* [License](#license)
* [Questions](#questions)
---## Description
Very simple secure password generator created using JavaScript. User clicks on "generate password" button and is then prompted to define parameters for desired password - min/max length, uppercase/lowercase, and the inclusion of numbers and/or symbols. Once generated user can click on "copy" button that copies password to clipboard![screenshot](./screenshot.png)
## Technologies
* HTML
* Water.css
* JavaScript
## Installation
No installation required, visit the URL to use.## Usage
Application can be used [here](https://mleftwich.github.io/PasswordGenMagic/).## Contributing
Reach out through the email listed below.## Guidelines
Consider using a password manager to store generated passwords.## Tests
Tests conducted in development.## License
Licensed under [MIT](https://opensource.org/licenses/MIT)---
## Questions
For any questions you can find me at [GitHub](https://github.com/mleftwich) or email me at [[email protected]](mailto:[email protected])