Skip to content

HW2#2

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

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

Conversation

@chanjessica
Copy link

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
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

.App-logo {
height: 40vmin;
pointer-events: none;
}
Copy link
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
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
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