Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 736 Bytes

File metadata and controls

17 lines (13 loc) · 736 Bytes

Build a comments manager app

  1. Create a screen to display all the posts

  2. Create a second screen that shows all the comments related to a post

  3. Add a search box that allows the user to filter the comments related to a post. The user should be able to filter the results based on the:

    • name
    • email
    • body

Notes

  • Once completed, send us a screenshot of all screens
  • Make your repo public, and send us the link for us to review