Closed seanmturley closed 1 year ago
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.
Renamed CardGrid component to Posts.
The basic implementation of the Posts component is now complete, using Magic Grid to create a masonry card layout.
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