Skip to content

ITP JAN 25 | Katarzyna Kazimierczuk | Data Flows | Programmer Humor #214

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

katarzynakaz
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

Programmer humor task

Questions

No questions

@katarzynakaz katarzynakaz added the Needs Review Participant to add when requesting review label Apr 21, 2025
@jenny-alexander jenny-alexander added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Apr 22, 2025
@jenny-alexander jenny-alexander self-requested a review April 22, 2025 12:53
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

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

In the future, please make sure to test your changes before submitting! This is an important part of submitting a PR.
Currently your application does not return an image.

The fetch fails with message
Screenshot 2025-04-22 at 7 55 25 AM

Can you review the script you are referencing within index.html?

background-color: rgb(252, 254, 211);
}

#comic-container {

Choose a reason for hiding this comment

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

I don't see this styling (comic-container)being used in your application. If it's not being used, it's best to remove it. Or else, please review your index.html and make sure your div id names are correct.

Copy link
Author

Choose a reason for hiding this comment

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

issue fixed

@jenny-alexander jenny-alexander added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Apr 22, 2025
@katarzynakaz
Copy link
Author

In the future, please make sure to test your changes before submitting! This is an important part of submitting a PR. Currently your application does not return an image.

The fetch fails with message Screenshot 2025-04-22 at 7 55 25 AM

Can you review the script you are referencing within index.html?

Absolutely, it was a typo in the script link.

@katarzynakaz katarzynakaz added the Complete Participant to add when work is complete and review comments have been addressed label Apr 22, 2025
@jenny-alexander jenny-alexander removed the Complete Participant to add when work is complete and review comments have been addressed label Apr 22, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

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

@katarzynakaz - thanks for making those changes. This is much better!
I see you added 2 more files to the latest commit (package.json and package-lock.json). Please make sure to only commit the files necessary for the specific exercise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants