Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completed wu-tang name generator #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JColeman1550
Copy link

I completed the challenge: 5
I feel good about my code: 5

This code creates a Wu-Tang Name Generator web page that assigns users a unique, fun "Wu-Tang name" based on their responses to a few questions. Users enter details like their zodiac element, mood, favorite time of day, favorite animal, and color. Using these inputs, the JavaScript code selects related terms from predefined lists (e.g., "fire" maps to "Ember" and "happy" to "Gilmore") or defaults if the entry isn't recognized. It then combines two random elements to generate a two-word Wu-Tang name, displaying the result on the page. After generating, it clears the input fields for repeat use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant