Responsive WebApp for latest news feed in various categories. Created using NodeJs and ReactJs.
npm install
cd node_backend
npm install
npm start
cd .. && npm start
npm build
cd node_backend && npm start
Comment box and Auto suggestions might not work if you do not do the following steps
mkdir src/Data.js
file with your API keys, according to example given in src/Data_Ex.js