Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.32 KB

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Description

A dynamic React-based news application that leverages an API to provide users with up-to-date news articles. The app offers a seamless and intuitive user interface for exploring news across various categories and sources.

Features

Real-Time Updates: Utilizes a news API to fetch and display the latest news articles in real-time. Category-Based Navigation: Allows users to explore news articles based on different categories, such as General, Business, Entertainment, Health, Science, Sports, and Technology. Responsive Design: Ensures an optimal viewing experience across a variety of devices, making it accessible to users on desktops, tablets, and mobile devices. Loading Progress Bar: Incorporates a loading progress bar to enhance the user experience during data fetching. React Routing: Implements React Router for seamless navigation between different news categories.