This is a simple Password Generator application built using React.js and Bootstrap. It allows users to generate random passwords with customizable criteria such as length, including special character and numbers.
- Generate random passwords based on user-defined criteria.
- Customize password length.
- Included length, numbers, and special characters.
- Copy generated passwords to clipboard with a single click.
- React.js
- Bootstrap
- Clone the repository:
git clone https://github.com/Mr-jas91/random-pass-generator.git
- Navigate to the project directory:
cd password-generator-react
- Install dependencies:
npm install
- Run the application:
npm run dev
Open your browser and visit http://localhost:5173 to view the application.
- Set the desired password length using the slider.
- Check or uncheck the options for including or excluding numbers, and special characters.
- Click the "Copy to Clipboard" button to copy the generated password to your clipboard.