A front-end web application designed to generate strong, customizable passwords dynamically based on user preferences. The UI, built with Radix UI and Tailwind CSS, is intuitive, visually appealing and responsive. Developed with Next.js and TypeScript, ensuring high performance.
- Dynamic generation: Instantly generate strong passwords with customizable length and character composition.
- Strength Indicator: Displays a visual feedback indicating the current password strength.
- Copy to clipboard: Provides the usability to copy passwords with a single click for quick use.
This web application was deployed on Vercel and can be viewed here
Clipboard API
React icons
Download the repository by running git clone [email protected]:neemiassgc/password-generator.git
.
Enter the root directory, and execute npm run dev
to start the application on development mode, and then open the url localhost:3000
on browser to view it.
This project is under MIT License