A simple password generator built using React. Generate secure passwords with ease and customize them to fit your needs!
- Generate strong and secure passwords
- Customize password length
- Include/exclude:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
- Copy to clipboard functionality
- Responsive and minimal UI
- Built with React and React Hooks (
useState,useEffect,useMemo)
- React (with functional components)
- React Hooks (
useEffect,useMemo,useState) - Basic CSS
git clone https://github.com/https-manan/Password-generator.git
cd react-password-generator
npm install
npm start