Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 459 Bytes

Simple App that renders a list of posts

  1. Posts: blocks with Title, Body and Username with option to filter posts by user
  2. Actions: Delete (button). Click on the button should remove post from the list
  3. List comments for a specific post when selected

JSON documentation: jsonplaceholder.typicode.com

This project was bootstrapped with Create React App.