Skip to content

ZA | 25-ITP-May | Malusi Skunyana | Sprint 3 | Quote Generator #707

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 3 commits into
base: main
Choose a base branch
from

Conversation

MalusiS
Copy link

@MalusiS MalusiS commented Jul 26, 2025

Learners, PR Template

Self checklist

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

Changelist

Updated the title element in index.html to "Quote generator app", wrote a program to call the pickFromArray function, added auto-play functionality, and wrote CSS for the page.

Questions

Ask any questions you have for your reviewer.

@MalusiS MalusiS added the Needs Review Participant to add when requesting review label Jul 26, 2025
/* Button styling */
button {
background-color: var(--accent-color);
color: white;

Choose a reason for hiding this comment

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

It is better to be consistent and use hex here as you did earlier.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks Waldo, I appreciate the feedback.

font-size: 1rem;
border-radius: 3px;
cursor: pointer;
margin-top: 30px;

Choose a reason for hiding this comment

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

Usually it is better to use relative units like vw and vh for example. This makes building for mobile easier.

@Waldo-Strydom
Copy link

well done

@Waldo-Strydom Waldo-Strydom added Reviewed Volunteer to add when completing a review Complete Volunteer to add when work is complete and review comments have been addressed and removed Needs Review Participant to add when requesting review labels Jul 26, 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 review comments have been addressed Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants