sunilsj99 / Basic-News-App-

News fetching application created using React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic News fetching app in react

to run this app follow the steps

git clone https://github.com/sunilsj99/Basic-News-App-
cd Basic-News-App-
npm install 
npm start

This app is currently showing Top Headlines of India. To change the country go to src/actions/index. You will see a url , just change the counrty code there.

Example for top headline of US , Your URL should look like https://newsapi.org/v2/top-headlines?country=us&apiKey=${API_KEY}

Contribution guidelines

See the CONTRIBUTORS.md for more contribution guidelines.

About

News fetching application created using React and Redux


Languages

Language:JavaScript 79.1%Language:HTML 18.1%Language:CSS 2.8%