Secrux is a simple and secure password generator web application built with React.
It allows users to generate strong, customizable passwords based on selected criteria — ensuring both convenience and security.
Live Site: https://secrux.netlify.app/
- Generate strong, random passwords instantly
- Set desired password length
- Toggle inclusion of:
- Uppercase letters (A–Z)
- Lowercase letters (a–z)
- Numbers (0–9)
- Symbols (!@#$%^&*)
- Regenerate on demand
- One-click copy to clipboard
- Responsive design — works on mobile & desktop
- React (Functional components + Hooks)
- CSS / SCSS for styling
- Vite / CRA (whichever you used – replace accordingly)
- Hosted on Netlify
- Node.js (v14 or later)
- npm or yarn
git clone https://github.com/itsmepawansaini/Secrux.git
cd secrux
npm install