Skip to content

Week2 hw#7

Open
ryancfields wants to merge 3 commits intofrontend-application-development-uw20:masterfrom
JS300A:week2_hw
Open

Week2 hw#7
ryancfields wants to merge 3 commits intofrontend-application-development-uw20:masterfrom
JS300A:week2_hw

Conversation

@ryancfields
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: 2
  • Completion rating on this assignment: complete from a JS side, but formatting is so/so.

"material-ui": "^0.20.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.

Next time, don't forget to also add prop-types here as well

{/* <img class="authorImage" src={author.image}></img> */}
{/* <div class="author">{ author.name} </div> */}
<Author image={author.image} name={author.name} postedDate={postedDate} minutesToRead={minutesToRead} />
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing bookmark, member preview + audio available

"July", "August", "September", "October", "November", "December"
];
let month = monthNames[d.getMonth()]
let day = d.getDay()
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 👍

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