-
Create a screen to display all the posts
- View all posts endpoint: https://jsonplaceholder.typicode.com/posts
-
Create a second screen that shows all the comments related to a post
- View individual post endpoint: https://jsonplaceholder.typicode.com/posts/{post_id}
- View comments for a post endpoint: https://jsonplaceholder.typicode.com/comments?postId=1
-
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
- body
- Once completed, send us a screenshot of all screens
- Make your repo public, and send us the link for us to review