A responsive and modern React application that displays the latest headlines across different categories.
The app is lightweight, mobile-friendly, and provides a smooth browsing experience for users who want to stay updated with current events.
- Browse headlines across multiple categories (e.g., Business, Sports, Technology, Entertainment).
- Responsive design for desktop and mobile devices.
- Clean and minimal user interface for distraction-free reading.
- Secure handling of environment variables for API keys.
- Deployed with Netlify for fast and reliable access.
- React.js – Frontend library
- React Router – Navigation
- CSS / Bootstrap
- Netlify – Deployment & hosting
Make sure you have the following installed:
- Node.js (v14 or later)
- npm (comes with Node.js)
1: Clone the repository
git clone https://github.com/Babu-Bhai-No-1/News-App.git
cd News-App
2: Install dependencies
npm install
3: Set up environment variables
Create a .env.local file in the root directory and add:
REACT_APP_API_KEY=your_api_key_here
4: Start the development server
npm start
5: Open http://localhost:3000 in your browser