Skip to content

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

MansoorM11
Copy link

Self checklist

  • [ y] I have committed my files one by one, on purpose, and for a reason
  • [ y] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • [ y] I have tested my changes
  • [y ] My changes follow the style guide
  • [ y] My changes meet the requirements of this task

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.

@MansoorM11 MansoorM11 added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 14, 2025
@sambabib sambabib added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 15, 2025
@@ -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>
Copy link

@sambabib sambabib Aug 15, 2025

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>

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. 👍

Copy link
Author

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent. well done!

@sambabib sambabib added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 15, 2025
@MansoorM11 MansoorM11 added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Aug 15, 2025
@sambabib sambabib added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Volunteer to add when work is complete and all review comments have been addressed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants