/europe-news

Europe News is a web app that displays European news articles from the Guardian API.

Primary LanguageJavaScript

Europe News

Europe News is a web application that fetches and displays news articles from the Guardian API. The news articles are specifically focused on Europe.

Table of Contents

Installation

This project uses Yarn as the package manager. You can check your current version with yarn --version.

To install the project:

  1. Clone the repository:
git clone https://github.com/hsavzyan/europe-news.git
  1. Install the dependencies:
cd europe-news
yarn install

Usage

To start the development server:

yarn start

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.