/newsAPI

A react js website that provides the latest news feed via the news api.

Primary LanguageJavaScriptMIT LicenseMIT

News Website

A react js website that provides the latest news feed via the news api.

Inspired by React: Working with APIs course by Emmanuel Henri.


Build with

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:3000 in your browser.