/NewsApp

This React-based News App provides real-time news updates across various categories. It utilizes the News API to fetch the latest news articles, allowing users to stay informed about current events.

Primary LanguageJavaScript

Newsapp

This React-based News App provides real-time news updates across various categories. It utilizes the News API to fetch the latest news articles, allowing users to stay informed about current events.

Screenshot 1

Introduction

This React-based News App provides real-time news updates across various categories. It utilizes the News API to fetch the latest news articles, allowing users to stay informed about current events.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have the following software installed on your system:

  • Node.js (>= 14.x)
  • npm (>= 6.x)

Installation

  1. Clone the repository:

    https://github.com/Govindghosh/NewsApp.git
  2. Navigate to the project directory:

    cd NewsApp
  3. Install the dependencies:

    npm install

Usage

To run the application in development mode, use:

npm start