Skip to content

HW2#2

Open
chanjessica wants to merge 5 commits into
frontend-application-development-uw20:masterfrom
chanjessica:master
Open

HW2#2
chanjessica wants to merge 5 commits into
frontend-application-development-uw20:masterfrom
chanjessica:master

Conversation

@chanjessica
Copy link
Copy Markdown

Week 2 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment: 1|2|3|4|5
  • Completion rating on this assignment: complete|incomplete

"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't forget to save dependencies, like prop-types, when installing

Comment thread blog-homepage/src/App.css
.App-logo {
height: 40vmin;
pointer-events: none;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Excellent job styling the app 👍

postedDate: PropTypes.string.isRequired,
minutesToRead: PropTypes.number.isRequired,
})).isRequired,
styleClass: PropTypes.string.isRequired
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice job being specific with your proptypes

}

return (
uData.map((x, i) =>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

When possible, I'd recommend being more specific with variable names when they're being accessed. For example, a variable name like article or post would be more specific than x. More of a nitpick than anything else.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants