Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 830 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 830 Bytes

This application gives you the top news headlines from around India. This application fetches data from the News API. You also have an option to view the news based on the category of the news you would like to see. Apart from the headlines if you are intrested to see the detailed news you can always click on the Read More button in each card which will redirect to the page with more info about particular news. Added a progress bar that gives a satisfactory feeling seeing the page getting loaded. Also added infinite scroll capabilities to the application.

Main Page

MainPage

How to use

Make and account on News API and get your API Key. Replace the API key in app.js

Run

npm install

npm start