Frontend Coding Challenge
Frontend Coding Challenge
You are working on a new feed to promote the company social network activity, you are
provided with access to the account’s posts and comments, your job is to integrate that activity
into the website.
Task
Build a ReactJS project that fetches from the posts and comments APIs, presents a list of
posts and when any of the items is clicked show the list of comments that are associated with
that specific post.
Stretch goals