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.
- 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
Check it out live: Insight News
These instructions will help you set up the project on your local machine for development and testing purposes.
Make sure you have the following software installed:
-
Clone the repository
git clone https://github.com/CarinaPorumb/insight-news.git cd insight-news
-
Install the dependencies
npm install
-
Start the development server
npm start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser.