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
- 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.
- Clone the repository to your local machine.
- Open the project directory in your preferred code editor.
- Install dependencies using
npm install
. - Run the application locally using
npm run dev
.
- Adjust the length of the password using the range slider.
- Toggle options to include numbers and special characters.
- Copy the generated password to the clipboard with the "Copy" button.
- HTML
- CSS (Tailwind CSS for styling)
- JavaScript
- React
- Vite
If you find any issues or have suggestions for improvement, please feel free to open an issue or create a pull request.