Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 876 Bytes

File metadata and controls

23 lines (17 loc) · 876 Bytes

Password Generator

Description

A Password Generator web application built using React. This application allows users to generate random passwords with options to include numbers and special characters. Users can also easily copy the generated password to their clipboard.

Live Demo

Features

  1. Generate random passwords
  2. Option to include numbers
  3. Option to include special characters
  4. Copy generated password to clipboard

Usage

  1. Select Password Criteria:

    • Choose the length of the password.
    • Toggle options to include numbers and special characters.
  2. Generate Password:

    • Click on the "Generate Password" button to create a new password based on the selected criteria.
  3. Copy Password:

    • Click on the "Copy to Clipboard" button to copy the generated password.