/react-news-api-consume

Let's build a US news headline app in react for fun.... No bells and whistles though just news..

Primary LanguageJavaScript

react-news-api-consume

Let's build a US news headline app in react for fun.... No bells and whistles though just news..

This React App consumes Headlines API from the Newsapi.org FREE news API endpoint.

Visit [newsapi.org] (http://newsapi.org) for more info

To Bootstrap this application...

Step 1: Clone this repo

''' git clone https://github.com/propenster/react-news-api-consume.git

'''

Step 2: Fix packages and bootstrap the create react app...

Change to the directory of the cloned repo and run

''' npm install '''

Step 3: Start Server Run

''' npm start '''