Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldbydefault/passwordsgenerator
https://github.com/coldbydefault/passwordsgenerator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/coldbydefault/passwordsgenerator
- Owner: ColdByDefault
- Created: 2024-06-02T07:50:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T08:16:02.000Z (7 months ago)
- Last Synced: 2024-06-02T09:32:40.457Z (7 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Password Generator
- Welcome to the Password Generator project! This project provides a simple web-based tool for generating secure passwords. The application is built using HTML, CSS, and JavaScript, and it leverages Bootstrap for styling.
## Features
- Password Length Selection: Choose a password length between 8 and 64 characters.
- Password Display: View the generated password in a readonly input field.
- Copy Functionality: Copy the generated password to your clipboard with a single click.
- Responsive Design: Optimized for both desktop and mobile devices.## Project Structure
The project consists of the following main files:
- index.html: The main HTML file containing the structure of the password generator.
- style.css: The CSS file for custom styles.
- script.js: The JavaScript file that contains the logic for password generation.## Installation
### To run this project locally, follow these steps:
#### Clone the repository:
```bash
git clone https://github.com/ColdByDefault/passwordsGenerator.git
```#### Navigate to the project directory:
```bash
cd password-generator
```#### Open index.html in your browser:
Simply open the index.html file in your preferred web browser.## Usage
- Open the Password Generator in your browser.
- Select the desired password length using the input field.
- Click "Generate Password" to generate a new password.
- Copy the generated password by clicking the "Copy" button.## Dependencies
This project uses the following libraries:
- Bootstrap 4
# License
- This project is licensed under the MIT License. See the LICENSE file for more details.