A responsive and modern News Web Application built using React, Vite, and Tailwind CSS. This app fetches real-time news articles based on different categories and search terms using the News API.
src/
āāā assets/
āāā components/
ā āāā Card.jsx
ā āāā Navbar.jsx
āāā pages/
ā āāā Home.jsx
ā āāā Category.jsx
ā āāā Search.jsx
āāā App.jsx
āāā main.jsx
āāā index.css
git clone https://github.com/your-username/react-news-app.git
cd react-news-app
npm install
VITE_NEWS_API_KEY=your_api_key_here
npm run dev
Open in your browser: http://localhost:5173