seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Add Posts component #22

Closed seanmturley closed 1 year ago

seanmturley commented 1 year ago

Description

The Posts component will render a Card component for each post to be displayed on the page, displaying them in a tiled grid.

The component will be implemented initially using dummy data.

Tasks

seanmturley commented 1 year ago

Renamed CardGrid component to Posts.

seanmturley commented 1 year ago

The basic implementation of the Posts component is now complete, using Magic Grid to create a masonry card layout.