Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 771 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 771 Bytes

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.