This is the graphic front-end of the Reddit Scraper prototype.
Displays the frequency of keyword mentions in comments on r/all as a heat map graphic and works in tandem with reddit-scraper-prototype and reddit-scraper-server-test.
Use npm to install.
npm installYou must create .env file in the root folder of this project on your local machine.
Make sure to set REACT_APP_SERVER_NAME=[the-comment-hunter-server-app-name-on-Heroku] in this .env file.
To start,
npm start dev