# 1. install yarn for package manager
npm install -g yarn
# 2. install dependencies
yarn install --force
This task should take no more than 60min.
- Clone this repository and add a page
/languages-> (http://localhost:3000/languages). - This page should retrieve the languages data from GraphQL endpoint
https://countries.trevorblades.com/(You can inspect the schema forlanguagesusing GraphQL tool likeGraphQL PlayGround - See example in
index.jsfor how country data is fetched and follow similar coding patter. - The retrieved languages data can be displayed in simple HTML table similar to
index.jsand CSS can be copied or used fromindex.scss. - Once done, once done upload it to your github and send us the link.
