Europe News is a web application that fetches and displays news articles from the Guardian API. The news articles are specifically focused on Europe.
This project uses Yarn as the package manager. You can check your current version with yarn --version
.
To install the project:
- Clone the repository:
git clone https://github.com/hsavzyan/europe-news.git
- Install the dependencies:
cd europe-news
yarn install
To start the development server:
yarn start
Contributions are welcome! Please feel free to submit a Pull Request.