-
-
Notifications
You must be signed in to change notification settings - Fork 220
London | 25-ITP-September | Ammad Ur Rehman | Sprint 3 | [TECH ED] Build quote generator app #850
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
Conversation
Wrap the quote content in a div element
…vent listener on new-quote button to invoke newRandomQuote()
bp7968h
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work completing both main task and the stretch task.
I've left some questions inline about semantic HTML and variable naming, have a look into those. One thing I noticed: The stretch goal requirements mention:
"the generator should display 'auto-play:ON' somewhere on the page"
Currently, this text doesn't appear when the checkbox is checked. How would you add this feature. In relation to this feature, you immediately display new quote when checkbox is checked, this is good approach as the user will have instant feedback that the checkbox have side effect. But when you add the auto-play:ON display, do you need that? Is the side effect conveyed to the user?
Use semantic HTML tags for displaying quotes
|
Thanks for the review, I have made the changes based on your suggestions. |
bp7968h
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The task is well done, and meets the requirements.
Learners, PR Template
Self checklist
Changelist
Done everything including the stretch.
Questions
Nope.