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.
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.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You need to have the following software installed on your system:
- Node.js (>= 14.x)
- npm (>= 6.x)
-
Clone the repository:
https://github.com/Govindghosh/NewsApp.git
-
Navigate to the project directory:
cd NewsApp
-
Install the dependencies:
npm install
To run the application in development mode, use:
npm start