Skip to content

CandyVelazco100/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Introduction

The Password Generator is a basic web application that creates random passwords. It is built using HTML, CSS, and JavaScript, making it an excellent project for those looking to understand the fundamentals of web development.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/CandyVelazco100/passwordGenerator.git
  2. Navigate to the project directory:
    cd passwordGenerator

Usage

  1. Open index.html in your preferred web browser to use the password generator.
  2. Customize password criteria (length, inclusion of numbers, symbols, etc.) directly from the interface.

Features

  • Generates random passwords based on user-selected criteria.
  • Simple and intuitive user interface.
  • Real-time password generation.
  • No external libraries or frameworks required.

Dependencies

  • None

Configuration

The password generation logic can be customized by modifying the script.js file:

  • Adjust the length and complexity of passwords.
  • Change character sets for passwords (e.g., include/exclude symbols).

Examples

Example of generated password:

  • aB3$dEf1Gh

Contributors

License

This project is licensed under the MIT License.