The "Password Generator App" Debugging & Enhancement Challenge Welcome! Your job is to fix a buggy and incomplete Password Generator Application. A previous developer left this project partially implemented. The UI is inconsistent, some features don’t work properly, and key functionalities are missing. Your mission is to:
Identify and fix the bugs.
Add the missing functionalities.
HOW TO START
Open the project folder.
The app contains: index.html style.css script.js
Open index.html in any browser to run the password generator.
WHAT YOU HAVE (EXISTING CODE) Basic Password Generation Logic
Generates a random password
Includes lowercase, uppercase, numbers, and symbols
Basic UI layout implemented
Copy-to-clipboard button partially implemented
PROJECT STRUCTURE /password-generator │── index.html │── style.css │── script.js │── README.md │── issues.md
YOUR GOAL Fix the issues and enhance the project with missing features. Make the password generator fully functional, secure, and user-friendly.
Good luck debugging! Happy Coding ^_^