-
-
Notifications
You must be signed in to change notification settings - Fork 156
Glasgow | May-2025 | Mansoor Munawar | Sprint 3 | Quote generator #767
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
base: main
Are you sure you want to change the base?
Conversation
Sprint-3/quote-generator/index.html
Outdated
@@ -3,13 +3,16 @@ | |||
<head> | |||
<meta charset="UTF-8" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<link rel="stylesheet" href="./style.css" /> | |||
<title>Title here</title> |
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.
minor feedback, but you have not updated the title of the application per the instructions. it's a minor detail so please update that.
<div> | ||
<p id="quote"></p> | ||
<p id="author"></p> | ||
<button type="button" id="new-quote">New quote</button> |
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.
minor feedback: it is good UX to always highlight when a button is hovered on. you should look up the css :hover
and cursor
properties. you can start here: https://stackoverflow.com/questions/8762201/how-to-get-the-cursor-to-change-to-the-hand-when-hovering-a-button-tag
good implementation overall. 👍
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.
Hi, thanks for the feedback and i have now made the requested changes.
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.
excellent. well done!
Self checklist
Changelist
Briefly explain your PR.
Created function in order for quote generator to work correctly according to set requirements. Also added style to make it look more visually appealing
Questions
Ask any questions you have for your reviewer.