Skip to content

A simple and efficient random password generator built with React, Vite, and Tailwind CSS. This application allows you to generate a password based on your selected settings. Additionally, it includes a convenient copy-to-clipboard functionality.

Notifications You must be signed in to change notification settings

sritaj/react_passwordGenerator

Repository files navigation

Random Password Generator

A simple and efficient random password generator built with React, Vite, and Tailwind CSS. This application allows you to generate a password based on your selected settings, including the use of uppercase letters, lowercase letters, numbers, and symbols. You can also specify the length of the password, ranging from 8 to 64 characters. Additionally, it includes a convenient copy-to-clipboard functionality.

Table of Contents

Features

  • Generate random passwords with customizable settings:
    • Uppercase letters
    • Lowercase letters
    • Numbers
    • Symbols
  • Specify password length (8 to 64 characters)
  • Copy generated password to clipboard
  • Responsive design using Tailwind CSS

Demo

Password Generator Screenshot

Installation

  • Clone the repository:

      git clone https://github.com/sritaj/react_passwordGenerator
    
  • Navigate to the project directory:

      cd react_passwordGenerator
    
  • Install dependencies:

      npm install
    
  • Start the development server:

      npm run dev
    
  • Open your browser and visit the specified portal on the terminal

Feel free to explore and contribute to the project. Feedback and suggestions are welcome!

About

A simple and efficient random password generator built with React, Vite, and Tailwind CSS. This application allows you to generate a password based on your selected settings. Additionally, it includes a convenient copy-to-clipboard functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published