Skip to content

programming-club-knit/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ^_^

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6