Introducing Password Generator, a powerful and intuitive web app designed to help users create secure passwords effortlessly. Built with modern technologies like React.js, TypeScript, and Tailwind CSS, this app provides a smooth, responsive experience and a sleek design. Featuring a password strength meter with four levels, users can instantly gauge the security of their passwords. With an emphasis on speed, performance, and ease of use, "Password Generator" simplifies the process of generating strong, secure passwords for better online protection.
- Responsive Design
- Awesome Design thanks to tailwind.
- Nice perfomance.
- React.js
- TailwindCSS
- TypeScript
- Clone the repo
git clone https://github.com/ahmedmohmd/password-generator.git
- Install dependencies
yarn install
- Run the App
yarn run dev
- You can geenrate password with different levels:
- Too Week
- Weak
- Medium
- Strong
- You can control what type of char can generated password includes:
- Include Uppercase Letters
- Include Lowercase Letters
- Include Numbers
- Include Symbols