Skip to content

VinayakRugvedi/crypto-exchanges

Repository files navigation

Context

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.

Steps to run this on local

From this project's directory, run the following:

  1. npm install
  2. npm run start

Testing

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