Skip to content

Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 3 | Quote Generator App - #1374

Open
fromonda wants to merge 6 commits into
CodeYourFuture:mainfrom
fromonda:coursework/sprint-3/quote-generator-app
Open

Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 3 | Quote Generator App#1374
fromonda wants to merge 6 commits into
CodeYourFuture:mainfrom
fromonda:coursework/sprint-3/quote-generator-app

Conversation

@fromonda

@fromonda fromonda commented Aug 4, 2026

Copy link
Copy Markdown

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

  • Updated title and added defer to load script correctly in index.html.
  • Applied styles for the centred quote card and orange theme in style.css.
  • Added DOM manipulation logic in quotes.js.

@fromonda fromonda added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Data-Groups The name of the module. Submit:PR and removed Submit:PR labels Aug 4, 2026
@tiakavousi tiakavousi added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Aug 4, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 4, 2026
@tiakavousi tiakavousi added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 4, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 4, 2026
@github-actions

This comment has been minimized.

@fromonda fromonda added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 5, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 5, 2026
@fromonda fromonda added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 5, 2026
@LonMcGregor LonMcGregor added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Aug 10, 2026

@LonMcGregor LonMcGregor left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good work, the app functions well, but there are possible places to improve further, see my comments

Comment thread Sprint-3/quote-generator/index.html Outdated

<!-- Inner white card -->
<div class="quote-box">
<p id="quote"></p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is there some semantic html you could use here, in place of multiple nested divs?

@fromonda fromonda Aug 10, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I have updated the HTML to use more semantic elements instead of multiple nested div elements.

Comment thread Sprint-3/quote-generator/style.css Outdated

/* Quote text styling with orange quote mark added automatically */
#quote {
color: #f3a83c;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

When I check the accessiblity with lighthouse, it tells me there is insufficient contrast, did you spot this when testing?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I did not have time to carry out Lighthouse testing before submitting the task, as I was balancing the available time with completing the task requirements. Please bear in mind that finding this balance is an important skill to have in the workplace. However, I have now improved the contrast based on the Lighthouse feedback, and I hope that the task will still be considered complete.

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Aug 10, 2026
@fromonda fromonda removed the Reviewed Volunteer to add when completing a review with trainee action still to take. label Aug 10, 2026
@fromonda fromonda added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Aug 10, 2026
@fromonda
fromonda requested a review from LonMcGregor August 10, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Data-Groups The name of the module. Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants