This is a simple React application that allows you to generate random passwords with customizable options. You can specify the length of the password, include numbers, and include special characters.
- Generate random passwords.
- Customize password length.
- Include numbers and special characters.
- Copy generated passwords to the clipboard.
Before you begin, ensure you have the following software installed on your computer:
- Node.js: You need Node.js to run the application.
-
Clone the repository to your local machine:
git clone https://github.com/LovelySehotra/PasswordGenerator.git
-
Navigate to the project directory:
cd password-generator-app
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and go to http://localhost:3000.
-
Use the options provided to customize your password:
- Adjust the password length using the range slider.
- Check/uncheck the "Number" and "Character" checkboxes to include/exclude numbers and special characters.
-
Click the "Copy" button to copy the generated password to your clipboard.
-
Enjoy using your randomly generated password!