A simple, stylish, and customizable password generator built with React.
It lets you generate strong, random passwords based on your selected criteria such as uppercase letters, lowercase letters, numbers, and symbols.
- Generate strong and random passwords
- Adjustable password length (8–20 characters)
- Toggle uppercase, lowercase, numbers, and symbols
- Copy password to clipboard
- Input validation with user-friendly toast notifications
- Clean and modern responsive UI with custom CSS
- Stylish toast notifications using
react-toastify
Follow these steps to run the project locally:
# 1. Clone the repository
git clone https://github.com/Lehana02/Password-Generator-Using-React.git
# 2. Navigate to the project folder
cd Password-Generator-Using-React
# 3. Install dependencies
npm install
# 4. Start the development server
npm start