A responsive React-based web application that fetches and displays real-time news articles from the NewsData.io API in multiple Indian and international languages. Users can filter news by language and category and toggle between light and dark mode for a personalized experience.
- 🌐 Multilingual Support (English, Hindi, Kannada, Tamil, Telugu, Malayalam, Marathi, Bengali)
- 🗂️ News Categories: Top, Sports, Business, Entertainment, Health, Science, Technology, World, and more
- 🖼️ Image Display: News articles are displayed with corresponding thumbnail images
- 💡 Light / Dark Theme Toggle with smooth transitions
- 📱 Fully Responsive Design for mobile, tablet, and desktop
- 🎨 Modern Styling with attractive color palettes and fonts
- ⚙️ Auto-Refresh: Fetches updated news every 5 minutes
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
- Frontend: React.js
- Styling: CSS3 with custom themes
- API: NewsData.io
- Font: Google Fonts (
Roboto,Georgia) - Icons: Emoji-based and toggle switch UI
git clone https://github.com/your-username/multilingual-news-tracker.git
cd multilingual-news-tracker
npm install
npm start
