The News Application is a live news platform that provides real-time updates using the News API. It enables users to explore news articles categorized by specific topics.
- 📰 Live News Updates – Fetches the latest news articles dynamically using News API.
- 🔍 Category Filters – Allows users to filter news by specific topics for easy access.
- 🎨 Responsive UI – Built with React.js and Bootstrap for a modern and user-friendly design.
- ⚡ Fast and Lightweight – Ensures smooth performance and quick content loading.
- Front-end: React.js, Bootstrap
- API: News API
- Clone the repository:
https://github.com/LNischala/News-App.git cd my-news-app - Install dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser at
http://localhost:3000/. - Browse news articles categorized by different topics.
- Click on an article to read the full news.