Welcome to the React News Application! This application is designed to display news articles and facilitate searching for news based on keywords.
- View latest news articles.
- Search for news articles based on keywords.
Make sure you have the following installed before running the application:
- Node.js
- npm (Node Package Manager)
-
Clone the repository to your local machine:
git clone https://github.com/Github2k10/NewsApp.git -
Navigate to the project directory:
cd NewsApp -
Install dependencies:
npm install
-
Start the development server:
npm run dev -
Open your browser and go to http://localhost:5173/ to view the application.

