Skip to content

ITP-JAN-LONDON|FOROGH AGHAEIYARIJANI|MODULE-DATA-GROUP|SPRINT3|SLIDESHOW APP|Image carousel #476

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

Conversation

Forogh-Aghaeiyarijani
Copy link

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 COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

  • Code is working great.

  • Not all the requirements specified in "Level 1 Challenge" in readm.md are met. (Can you find out what you missed and update your code accordingly?)

  • Consider setting fixed dimensions for the displayed image to prevent the buttons from shifting positions due to changes in image size.

  • After you have made the necessary changes, you can mark this as "Complete".

Comment on lines +20 to +30
autoBackwardBtn.textContent = "Auto Backward";
stopBtn.textContent = "Stop";

autoForwardBtn.id = "auto-forward";
autoBackwardBtn.id = "auto-backward";
stopBtn.id = "stop";

document.body.appendChild(autoForwardBtn);
document.body.appendChild(autoBackwardBtn);
document.body.appendChild(stopBtn);
Copy link

Choose a reason for hiding this comment

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

Why not just add these as HTML elements in index.html?

Choose a reason for hiding this comment

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

I did it.

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review and removed Needs Review Participant to add when requesting review labels Apr 8, 2025
@Forogh-Aghaeiyarijani Forogh-Aghaeiyarijani added the Complete Participant to add when work is complete and review comments have been addressed label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Participant 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