https://github.com/codersuresh/random-password-generator
Random password generator
https://github.com/codersuresh/random-password-generator
css html javascript
Last synced: 25 days ago
JSON representation
Random password generator
- Host: GitHub
- URL: https://github.com/codersuresh/random-password-generator
- Owner: coderSuresh
- Created: 2023-05-07T09:21:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T06:56:24.000Z (over 2 years ago)
- Last Synced: 2025-01-07T20:11:55.458Z (over 1 year ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://get-random-pass.netlify.app
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Password Generator
## Screenshots

## Table of Contents
* [Description](#description)
* [Installation](#installation)
* [Screenshots](#screenshots)
* [Usage](#usage)
* [Credits](#credits)
## Description
This application generates two random passwords when a user clicks the "Generate Password" button. The user can then copy the password to their clipboard by clicking directly on the password. The passwords are generated using JavaScript.
Users can choose one or more options from uppercase, lowercase, digits, and special characters.
Users can also choose the length of the password ranging from 8 to 32 characters.
## Installation
To install this application, clone the repository and open the index.html file in your browser.
## Usage
To use this application, click the "Generate Password" button.
To copy the password to your clipboard, click directly on the password.
## Credits
This application was created by [Coder Suresh](https://github.com/codersuresh) as a part of scrimba's solo project challenge.