Skip to content

Instantly share code, notes, and snippets.

@jonbern
Created April 4, 2018 10:39
Show Gist options
  • Save jonbern/f71ef6977e799655f9b328af537db8ca to your computer and use it in GitHub Desktop.
Save jonbern/f71ef6977e799655f9b328af537db8ca to your computer and use it in GitHub Desktop.

Hubii » Front-end Engineer Exercise

Challenge

For this exercise we want you to create a simple React app that visualises the price history of ETH/USD and BTC/USD.

It should render the data in a readable, usable manner, and it should display the price history of one currency pair at the time. In addition it needs to be possible to choose which currency pair to show via the UI.

To get access to cryptocurrency price history you can register for a free plan at coinapi.io.

Relevant documentation:

Latest data (time series)

Note that for this exersice it is sufficient to get data from one exchange, and there is no need for any weighted pricing based on multiple exchanges.

Instructions

The code can be submitted with a public GitHub repo, or uploaded to a public Dropbox folder or similar. Please include any documenation and setup needed in order to run the app.

You can use any third party libraries in addition to React as you see fit.

We ask that you NOT share this exercise with anyone outside of our interview process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment