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

Character Card Click #4

Closed
zoeames opened this issue Oct 1, 2018 · 0 comments
Closed

Character Card Click #4

zoeames opened this issue Oct 1, 2018 · 0 comments
Projects

Comments

@zoeames
Copy link
Contributor

zoeames commented Oct 1, 2018

User Story

As a user, when I click on a character, the character object I clicked on should console log.

Acceptance Criteria

  • click a character and see that character in the console

Tech Notes

  • Add class character-card to the charactersBuilder string
  • Add id to character-card that is set to character.id (update charactersBuilder string)
  • addEventListener to character-card. Click. call a function that uses the .find method to get the whole character. Then console.log the object.
@zoeames zoeames created this issue from a note in thrones (backlog) Oct 1, 2018
@zoeames zoeames moved this from backlog to in progress in thrones Oct 2, 2018
@zoeames zoeames moved this from in progress to done in thrones Oct 2, 2018
@zoeames zoeames closed this as completed Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant