You have been provided with the starter code for a React application that renders out a JSON feed from the website reddit. The starter code parses data from the popular subreddit thread and displays that data about posts from the subreddit in list form.
This code is attached.
In this part of the examination you have to extend on the work already done in the application to parse another sub reddit data and display it on the application page.
The work you have to do is described in the video available at the following link
The choice of subreddit is yours to make and you may pick any accessible subreddit that has a json feed. For instance, the UGA subreddit json feed is available at https://www.reddit.com/r/UGA.json, the funny subreddit json feed is available at https://www.reddit.com/r/funny.json and so on.