This is a simple react app that generates a strong password. It uses the secrets
module to generate a strong password. The password generated is a combination of uppercase letters, lowercase letters, digits and special characters.
npm install
to install the dependenciesnpm start
to start the development serverhttp://localhost:5173
Generate Password
button to generate a strong passwordThe app uses TailwindCSS
for styling. You can customize the styles by editing the tailwind.config.js
file.
This project is licensed under the MIT License - see the LICENSE.md file for details