This app displays the first 10 exchanges as fetched from Coingecko and you can further navigate to a detailed view of an exchange.
Get your hands on the live version here.
From this project's directory, run the following:
npm install
npm run start
Cypress is being used to perform e2e tests.
There are 3 specs (files) defined under ./cypress/e2e
Run the following to get started:
npm run cypress:open