This repository contains the source code for a simple news application developed using HTML, CSS, and JavaScript. The application fetches news articles from the News API based on user-selected categories or search queries.
Features: Navigation Menu: Users can browse news articles by category, including IPL, Finance, Politics, and Technology. Search Functionality: Users can search for news articles using keywords. Responsive Design: The application is designed to be responsive and works well on different screen sizes.
API Integration: The application integrates with the News API to fetch real-time news data. It utilizes an API key for authentication and makes asynchronous requests to the API endpoint to retrieve news articles.
Credits: News API (https://newsapi.org/) for providing the news data.