Skip to content

sidhantsuvagiya/password-generator

Repository files navigation

Password Generator

This is a simple password generator tool built with React and Vite, designed to help you create strong and secure passwords with ease. The generator offers customizable options to tailor the generated password based on your preferences.

🔗 Live Link: https://sidhantsuvagiya.github.io/password-generator

Features

  • Length Slider: Adjust the length of the password using a range slider.
  • Character Options: Include or exclude numbers and special characters to meet your security requirements.
  • Copy to Clipboard: Easily copy the generated password to the clipboard for quick use.

Getting Started

  1. Clone the repository to your local machine.
  2. Open the project directory in your preferred code editor.
  3. Install dependencies using npm install.
  4. Run the application locally using npm run dev.

Usage

  1. Adjust the length of the password using the range slider.
  2. Toggle options to include numbers and special characters.
  3. Copy the generated password to the clipboard with the "Copy" button.

Technologies Used

  • HTML
  • CSS (Tailwind CSS for styling)
  • JavaScript
  • React
  • Vite

Contributing

If you find any issues or have suggestions for improvement, please feel free to open an issue or create a pull request.