Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 267 Bytes

Exercise

Write a small React-Redux application that consumes this fake api: https://jsonplaceholder.typicode.com/

Your task is to display the list of posts.

Each post should contain the following information:

Post title Post body User name Number of comments