zhannamatuzak / lizard-my-pet

CI PP4
1 stars 1 forks source link

USER STORY: View paginated list of posts #6

Open zhannamatuzak opened 8 months ago

zhannamatuzak commented 8 months ago

As a USER, I want to view a paginated list of posts.


ECCEPTANCE CRITERIA:

✅ When I visit the posts page, I should see a list of posts. ✅ The list of posts should be paginated, displaying a limited number of posts (6) per page. ✅ There should be navigation controls such as Read More button. ✅ Each post in the list should display relevant information, such as the title, content icons, and author. ✅ The posts should be sorted based on a specific criterion: the most recent posts appearing first.

zhannamatuzak commented 8 months ago

Image

zhannamatuzak commented 8 months ago

Styled list:

Image

zhannamatuzak commented 8 months ago

6 posts sorted based on a specific criterion: the most recent posts appearing first:

Image

zhannamatuzak commented 8 months ago

Read More Button, title, author and content icons:

Image