Password Genie is a web project developed in Angular that provides a web tool for generating customizable passwords, as well as a tool for checking password security and offering other security tips.
- Customizable Password Generation: Easily generate passwords tailored to your needs by customizing the length and complexity.
- Password Security Checker: Check the security of your passwords and receive valuable tips.
- Security Tips: Get advice on how to keep your passwords and accounts safe.
To get started with Password Genie, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/PasswordGenie.git -
Navigate to the Project Directory:
cd PasswordGenie -
Install Dependencies:
Make sure you have Node.js and Angular CLI installed. Then, install the necessary dependencies with:
npm install
-
Run the Application:
Start the development server with:
ng serveOpen your browser and navigate to
http://localhost:4200to see Password Genie in action!
-
Generate Passwords: Choose the length and select whether you want to include lowercase letters, uppercase letters, numbers, and special symbols. Click "Generate" to create a robust password tailored to your needs.
-
Check Password Security: Input your password into the security checker to analyze its strength and receive suggestions for improvement.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For questions or feedback, you can reach out to antcbaena@gmail.com.
Thank you for using Password Genie! 🌟
