Skip to content

London | 26-ITP-Jan | Xuanming Hu | Sprint 3 | Quote Generator App#1116

Open
Samual-Hu wants to merge 3 commits intoCodeYourFuture:mainfrom
Samual-Hu:coursework/sprint-3-quote-generator
Open

London | 26-ITP-Jan | Xuanming Hu | Sprint 3 | Quote Generator App#1116
Samual-Hu wants to merge 3 commits intoCodeYourFuture:mainfrom
Samual-Hu:coursework/sprint-3-quote-generator

Conversation

@Samual-Hu
Copy link
Copy Markdown

Learners, PR Template

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

  • Implemented JS logic to fetch and display random quotes.
  • Styled UI to match the official mockup.
  • Updated package.json description.

Questions

N/A

@Samual-Hu Samual-Hu added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 27, 2026
@Luro91 Luro91 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 Apr 6, 2026
const quoteText = document.getElementById("quote");
const authorText = document.getElementById("author");
const newQuoteBtn = document.getElementById("new-quote");
const autoPlayCheckbox = document.getElementById("auto-play");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't see a button on the html page to start the auto change

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.

That was leftover code from an experimental auto-play feature I was playing around with. Since it wasn't part of the actual requirements, I removed it from the HTML but forgot to clean it up from the quotes.js file. I have removed the dead code. Thanks for catching that.

@Luro91 Luro91 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 Apr 6, 2026
@Samual-Hu Samual-Hu 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 Apr 7, 2026
@Samual-Hu
Copy link
Copy Markdown
Author

Hi @Luro91, the dead code has been cleaned up.

@Luro91 Luro91 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 Apr 7, 2026
@Luro91
Copy link
Copy Markdown

Luro91 commented Apr 7, 2026

Well done. The code works as expected

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