Skip to content

lawlawson/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator App

The Password Generator App is a web application built with HTML, CSS, and JavaScript. When the user clicks the "Generate Passwords" button, the app generates two random passwords, allowing users to quickly obtain secure and unique passwords for personal use.

Table of Contents

  1. Features
  2. Demo
  3. Technologies Used
  4. Getting Started
  5. Usage
  6. Customization
  7. Contributing

Features

  • Random Password Generation: Generates two random passwords with each click.
  • Clear Interface: A simple layout for easy password retrieval.

Demo

You can access a live demo of the Password Generator App here:

Technologies Used

  • HTML - Structure and layout of the app.
  • CSS - Styling and layout.
  • JavaScript - Logic for generating random passwords.

Getting Started

To use the Password Generator App locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/password-generator-app.git
  2. Navigate to the project folder:

    cd password-generator-app
  3. Open the index.html file in a web browser to start using the app.

Usage

  1. Generate Passwords: Click the "Generate Passwords" button to generate two random passwords.
  2. Copy Passwords: Select and copy the passwords to use them as needed.

Customization

Feel free to adjust the style.css file for any design changes, such as colors or font styles. You can also modify the password generation logic in script.js to customize password length, complexity, or character types.

Contributing

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add YourFeature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.