e2nguyen / Watcher

watcher-blond.vercel.app
2 stars 2 forks source link

[MVP]: Create Reddit based post component #47

Closed dianephan closed 3 years ago

dianephan commented 3 years ago

Description

Create a post that would mimic posts on existing social media sites. We want to create a reusable Reddit component here.

It should follow this structure:

<wrapper className="reddit-post">
  <headline>
  <br/>
  {children}
  <socialMediaButtons>
</>

Branches

create_reddit_post_component_47

Requires

45

Potential solutions

A clear and concise description of any alternative solutions or features you've considered.

Tasks

QA Notes

Deployment Notes

PR

49