githubcrce / githubcrce/PasswordGenerator

Handle Generate Password in App.js

Ouverte
#12 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
hacktoberfest
Langage dominant
JavaScript
Étoiles
0
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

This issue should be resolved by creating handleGeneratePassword that:

if
not includeUpperCase and not includeLowerCase and not includeNumbers and not includeSymbols
then notify error

else
let characterList = ""
if includeNumbers is true
characterList = characterList + numbers
if includeUpperCase is true
characterList = characterList + upperCaseLetters
.
.
.
Set Password createPassword pass characterList
notify

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Start in App.js and locate the password-generation controls, the createPassword call, and the existing notification behavior. Implement the handleGeneratePassword flow described in the issue, including the no-character-selection error and selected character groups, then verify that generation and notification work for each selection case.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript
Domaine
frontend
Type d'issue
Fonctionnalité
Difficulté
2/5
Temps estimé
1-3 heures
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.