Skip to content

domeniqque-pereira-deel/countries-search

Repository files navigation

Countries App Challenge

Search countries and view details. App made with react, redux and Graphql.

Netlify Status

Preview

Instructions for running

Development setup

  • Node >= v12
  • Yarn >= 1.22

Install project

First clone the project and run

cd countries-app-challenge

yarn install

yarn start # the site is available on http://localhost:3000/

Running tests

The project has 100% test coverage 🚀! To run your tests

yarn test

# to run test coverage
yarn coverage

Github Actions