This is a simple web application built with React and Tailwind CSS that allows users to generate secure, random passwords. The app provides options to customize the password by selecting the length, inclusion of symbols, numbers, and uppercase letters. LIVE APP
- Choose the length of the password.
- Include symbols, numbers, and uppercase letters for added security.
- Generate a secure password with one click.
- Copy the generated password to the clipboard for easy use.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- JavaScript: For functionality and logic to generate passwords.
-
Clone the repository:
git clone https://github.com/MarcpTr/PasswordGenerator.git cd PasswordGenerator-main npm install npm run dev