Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.23 KB

File metadata and controls

41 lines (29 loc) · 1.23 KB

🔐 Password Generator App (Angular)

The Password Generator App is a simple yet powerful Angular application that allows users to generate secure and customizable passwords based on their preferences. Built using Angular, this app ensures responsiveness, clean design, and easy functionality.

Live Site

Click here

Screenshots of project

image

image

🚀 Features

•	Choose password length
•	Include/exclude:
•	Uppercase letters
•	Lowercase letters
•	Numbers
•	Special characters
•	Real-time password strength indicator
•	Copy password to clipboard
•	Responsive UI

🛠️ Tech Stack

•	Frontend: Angular
•	Language: TypeScript, HTML, CSS

💡 Future Enhancements

•	Password history
•	User-defined character sets
•	Dark mode toggle

Run the Project

  • npm start
  • Run ng serve for a dev server.
  • Navigate to http://localhost:4200/.
  • The application will automatically reload if you change any of the source files.