Skip to content

AjithRock/React-News-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-News-App

A Web Application to pull the latest news articles

Setup

  1. First install all dependencies:

    # with npm
    npm install
    
    # or with yarn
    yarn
  2. Creat .env file with variable REACT_APP_NEWS_API_KEY=[API KEY] and place your API key from https://newsapi.org/

  3. Start the server

    npm start [OR] yarn start

About

A Web Application build with react to pull the latest news articles with newsapi.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published