Skip to content

A modern password generator built with React, featuring customizable options for length, character types, and a sleek UI with copy-to-clipboard functionality.

Notifications You must be signed in to change notification settings

chhedadhruv/passcrafter-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassCrafter - Random Password Generator

Overview

PassCrafter is a modern, user-friendly random password generator designed to help users create secure passwords. With customizable options including length, uppercase letters, lowercase letters, numbers, and symbols, PassCrafter ensures you have strong passwords tailored to your needs.

Features

  • Customizable Length: Adjust the length of your password from 4 to 20 characters.
  • Include Uppercase Letters: Toggle to include uppercase letters in your password.
  • Include Lowercase Letters: Toggle to include lowercase letters in your password.
  • Include Numbers: Toggle to include numbers in your password.
  • Include Symbols: Toggle to include special symbols in your password.
  • Copy to Clipboard: Easily copy your generated password to the clipboard with a single click.
  • Automatic Generation: Passwords are automatically regenerated when toggles are changed.

Installation

To get started with PassCrafter, follow these steps:

  1. Clone the Repository

    git clone https://github.com/chhedadhruv/passcrafter-password-generator.git
  2. Navigate to the Directory

    cd passcrafter-password-generator
  3. Install Dependencies

    yarn install
  4. Start the Development Server

     yarn start

Usage

  1. Adjust Password Length

    Use the slider to adjust the length of your password. The length can be set from 4 to 20 characters.

  2. Customize Password

    Toggle the switches to include uppercase letters, lowercase letters, numbers, and symbols in your password.

  3. Generate Password

    Click the "Generate Password" button to create a new password based on your preferences.

  4. Copy Password

    Click the "Copy to Clipboard" button to copy the generated password to your clipboard.

  5. Automatic Generation

    Passwords are automatically regenerated when toggles are changed.

Technologies

  • React: JavaScript library for building user interfaces.
  • Tailwind CSS: Utility-first CSS framework for styling.

Contact

For any questions or feedback, feel free to reach out to me at me@dhruvchheda.com.

About

A modern password generator built with React, featuring customizable options for length, character types, and a sleek UI with copy-to-clipboard functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published