News App is a responsive web application built with React, Vite, Tailwind CSS, and React Router. It fetches and displays the latest news articles from a News API, offering category-based navigation and a clean, modern interface.
Clone the repository:git clone https://github.com/vnv2315/news-app.git
Navigate into the project directory:cd news-app
Install the dependencies:npm install
Create a .env
file in the project root and add your API key:VITE_API_KEY=your_actual_api_key
Run the development server:npm run dev
Ensure you have Node.js (v14 or higher) installed on your machine.