Welcome to the News App repository! This application is designed to provide users with the latest news articles across various categories.
- Real-time News Updates: Get the latest news articles as they are published.
- Category Filters: Browse news by categories such as Technology, Sports, Business, and more.
- Responsive Design: Optimized for both mobile and desktop views.
To run the News App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/UtkJaiswal/news-app.git cd news-app
-
Install dependencies:
npm install
-
Start the application:
npm start
The application will be available at http://localhost:3000
.
- Home Page: Displays the latest news articles.
- Categories: Navigate through different categories using the navigation menu.