React + Redux Blog

Written in React/Redux and styled with Styled-Components, this app utilizes the JSON placeholder API to generate and filter users, posts, and comments.
https://react-redux-blog.netlify.appgithub

Featuring a search component allowing the user to filter through lorem ipsum blog posts:

search-posts

The Homepage includes the top 5 longest posts based on length:

longest-posts

Clicking on a Post or User takes you to the detail page:

user-detailBack