Skip to content

Assignemnt week 2#3

Open
raymondfrenchmore wants to merge 4 commits into
modern-web-application-uw18:masterfrom
raymondfrenchmore:master
Open

Assignemnt week 2#3
raymondfrenchmore wants to merge 4 commits into
modern-web-application-uw18:masterfrom
raymondfrenchmore:master

Conversation

@raymondfrenchmore

Copy link
Copy Markdown

Week 1 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-5):
  • Completion rating on this assignment (complete/incomplete):
  • Github handles of code I've reviewed:

@bhague1281 bhague1281 left a comment

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.

Great use of components, but please do your own styling work. Even if it doesn't look exactly like Medium (that's ok). Also, try writing a test for your Story component.

-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" type="text/css" href="https://cdn-static-1.medium.com/_/fp/css/main-branding-base.X-Nw8EZw3j7tl3MaFDQL1g.css">

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.

While this takes care of the styling, you pretty much copied Medium's DOM layout and stylesheet. The intent of the assignment is to not copy the code, but to write your own. Try again without doing this.

Comment thread social-network/src/App.js
<header className="u-flex u-marginBottom25 u-borderBottomLighter">
<span className="heading-title heading-title--lineHeightTight u-flex0 u-block u-paddingBottom20 u-borderBottomNormal u-marginBottomNegative1 u-uiDisplayBold u-fontSize20 u-textColorDarker u-xs-fontSize18">For you</span>
</header>
{articles.map((article, index) =>

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.

Great job making components for each story!

this.handleClick = this.handleClick.bind(this);
}

handleClick()

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 use of state for the bookmark

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