Skip to content

simple password generator application built using React. It allows users to generate random passwords based on specified criteria such as length, inclusion of numbers, and inclusion of special characters.

Notifications You must be signed in to change notification settings

monster0freason/ReactPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

React Password Generator

This is a simple password generator application built using React. It allows users to generate random passwords based on specified criteria such as length, inclusion of numbers, and inclusion of special characters.

Table of Contents

Demo

You can see a live demo of the application here.

Features

  • Generate random passwords with specified length.
  • Include or exclude numbers in generated passwords.
  • Include or exclude special characters in generated passwords.
  • Copy generated passwords to clipboard with a single click.

Installation

To run this application locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/monster0freason/ReactPasswordGenerator
  2. Navigate to the project directory:

    cd ReactPasswordGenerator
    cd password-generator
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and go to http://localhost:5173 to view the application.

  3. Use the controls to specify the password criteria (length, inclusion of numbers, inclusion of special characters).

  4. Click the "Copy" button to copy the generated password to clipboard.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature-name
  3. Make your changes and commit them:

    git commit -m "Your commit message here"
  4. Push to your fork:

    git push origin feature-name
  5. Create a pull request.

License

This project is licensed under the MIT License.


Feel free to customize the content and add more details as needed for your specific project.

About

simple password generator application built using React. It allows users to generate random passwords based on specified criteria such as length, inclusion of numbers, and inclusion of special characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published