Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.26 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.26 KB

Insight News

Insight News is a React-based web application that fetches and displays news articles from The Guardian's free API. The app uses JavaScript, React, CSS, and HTML to provide a user-friendly interface for browsing the latest news across a variety of cultural domains.


Features

  • Fetches news articles from The Guardian API
  • Displays news articles in a user-friendly format
  • Add articles to a personal favorites list
  • Responsive design for mobile and desktop

Demo

Check it out live: Insight News


Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following software installed:

Installation

  1. Clone the repository

    git clone https://github.com/CarinaPorumb/insight-news.git
    cd insight-news 
  2. Install the dependencies

    npm install
  3. Start the development server

    npm start

This will run the app in development mode. Open http://localhost:3000 to view it in the browser.