Based on Front-end WebDevelopment
∗ NewsHub is a dynamic front-end web application that utilizes HTML, CSS and JavaScript to fetch and display real-time news articles making it fully responsive, ensuring an optimal user experience across all devices.
∗ The website uses NewsAP , a simple HTTP REST API used for searching and retrieving live articles from all over the web.
∗ The seamless integration of design and functionality makes NewsHub user friendly and engaging way way to stay informed about current events.
∗ Users can easily filter the news search based on interest and the API loads the top articles in no time.
The user can easily read any news article of choice from the feed shown on the main screen .
According to the interests the user can select some of the top trending topics from the nav bar links . With respect to the link selected the News API loads news articles realted to that topic .
The navigation bar also provides with an amazing feature of search.
The user needs to type any keyword and the news realted to that will load.

News API is a simple HTTP REST API for searching and retrieving live articles from all over the web. It can help you answer questions like:
What top stories is TechCrunch running right now? What new articles were published about the next iPhone today? Has my company or product been mentioned or reviewed by any blogs recently? You can search for articles with any combination of the following criteria:
Keyword or phrase. Eg: find all articles containing the word 'Microsoft'. Date published. Eg: find all articles published yesterday. Source domain name. Eg: find all articles published on thenextweb.com. Language. Eg: find all articles written in English. You can sort the results in the following orders:
Date published Relevancy to search keyword Popularity of source You need an API key to use the API - this is a unique key that identifies your requests. They're free while you're in development.



