Skip to content

London | 26-ITP-JAN | Asha Ahmed | Sprint 3 | Quote Generator - #1142

Closed
ashaahmed7 wants to merge 6 commits into
CodeYourFuture:mainfrom
ashaahmed7:quote-generator
Closed

London | 26-ITP-JAN | Asha Ahmed | Sprint 3 | Quote Generator#1142
ashaahmed7 wants to merge 6 commits into
CodeYourFuture:mainfrom
ashaahmed7:quote-generator

Conversation

@ashaahmed7

@ashaahmed7 ashaahmed7 commented Mar 28, 2026

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

• Changed html file based on success criteria
• Updated CSS file to style the page
• Added a checkbox – When switched on, a quote should be generated every 5 seconds.

Questions

N/A

@ashaahmed7 ashaahmed7 added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 28, 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

@Luro91 Luro91 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.

Well done.
Nice and clear commit messages. This makes it easier to understand what each commit does

if (autoplayToggle.checked) {
// Switch is ON
autoplayStatus.innerText = "auto-play: ON";
timerId = setInterval(updateQuote, 5000);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice implementation of the stretch task (however the text should change every 60s)

@Luro91 Luro91 added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Apr 6, 2026
@illicitonion

Copy link
Copy Markdown
Member

Closing PR because the January ITP run has finished. Feel free to re-open if you're still working on it.

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.

3 participants