Deployed site: https://newscraper-ms.herokuapp.com/
On home page load, any articles in the database (that have not been "saved") will be loaded and displayed. Scrape button will scrape NY Times Business Day. Modal pop-up will notify user how many new articles were scraped. Again, all unsaved articles will be displayed, with any new articles from the recent scrape listed first (and badged as new).
Articles can be saved by clicking the "save article" button. They will be removed from the home page, but available on the Saved Articles page ("/saved"). Notes can be added to each article (see notes icon & badge). Articles can be deleted from saved articles (still in database as unsaved).
Articles can be deleted from the database.