Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

NW6 | Orlando_Morales | JS2-Module-Reading-list | Week3#199

Open
OrlandoMoralesKuan wants to merge 2 commits intoCodeYourFuture:mainfrom
OrlandoMoralesKuan:JS2-Week3-readinglist
Open

NW6 | Orlando_Morales | JS2-Module-Reading-list | Week3#199
OrlandoMoralesKuan wants to merge 2 commits intoCodeYourFuture:mainfrom
OrlandoMoralesKuan:JS2-Week3-readinglist

Conversation

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

@netlify
Copy link

netlify bot commented Jan 18, 2024

Deploy Preview for cute-gaufre-e4b4e5 ready!

Name Link
🔨 Latest commit de85239
🔍 Latest deploy log https://app.netlify.com/sites/cute-gaufre-e4b4e5/deploys/65a965eaa9fce3000789222b
😎 Deploy Preview https://deploy-preview-199--cute-gaufre-e4b4e5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@pseudopilot pseudopilot left a comment

Choose a reason for hiding this comment

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

@OrlandoMoralesKuan , this is really confident implementation! 👍 I really love it!
I only left two minor comments/questions.

},
];

function renderBooks(book) {
Copy link
Contributor

Choose a reason for hiding this comment

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

As this function renders only one book I would suggest renaming it to renderBook to avoid confusion.

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
Copy link
Contributor

Choose a reason for hiding this comment

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

I see this line but don't see any .css file here. Was it the part of the task to style the page or not? I'm not really sure but I see one of the requirements:

The page is visually appealing

Maybe you just missed to add it to commit?

return bookElement;
}

function readingList() {
Copy link
Contributor

Choose a reason for hiding this comment

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

One more naming recommendation. Functions should describe action. This allow us to distinguish functions and variables just even by names. I would suggest rename it to buildReadingList or renderReadingList.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants