A simple and modern news app built with React and NewsAPI.
Namaste News is a lightweight and responsive news application built with React.js. It fetches real-time news from NewsAPI and displays the latest updates in different categories. The app has a clean UI and allows users to browse and search news articles effortlessly.
- 🔹 Fetches real-time news using NewsAPI
- 🔹 Categorized news (Technology, Sports, Business, Health, etc.)
- 🔹 Fully responsive design using CSS and bootstrap
Screenshots for quick view:-
| Frontend | React.js, HTML, CSS |
| API | NewsAPI.org |
| Styling | CSS / Bootstrap |
Follow these steps to set up the project locally:
# Clone the repository
git clone https://github.com/your-username/namaste-news.git
# Navigate to the project directory
cd namaste-news
# Install dependencies
npm install
# Start the development server
npm start


