Whenever a user visits the app, is scrapes stories from a news outlet and displays them for the user. Each scraped article is saved to MongoDB application database. The app scrapes and displays the following information for each article:
Image - on click takes to the see the comments on each article
Headline - the title of the article and the url to the original article at the same time
Users also are able to leave comments on the articles displayed and revisit them later. The comments are saved to the database as well and associated with their articles. Users also are able to delete comments left on articles. All stored comments are visible to every user.