A web app displaying bitcoin exchange rates for multiple currencies, currently supporting 13 currencies.
A candle stick chart displaying Bitcoin's OHLC (open, high, low, close) prices corresponding to the selected currency in a given time period (90d, 7d, 1d).
time period | candle stick |
---|---|
90 days | 4-day OHLC |
7 days | 4-hour OHLC |
1 day | 30-minute OHLC |
Drag and zoom function available for users to scroll and zoom in on the chart, inspecting each data point by hovering over the candle stick.
A line chart displaying Bitcoin's average prices corresponding to the selected currency in a given time period (30d, 7d, 1d).
time period | data interval |
---|---|
30 days | hourly |
7 days | hourly |
1 day | every 5 minutes |
Drag and zoom function available for users to scroll and zoom in on the chart, inspecting each data point by hovering over the line.
Displaying the latest Bitcoin prices for all 13 currencies
Once you zoom in on the chart, then switch to a different time period or a different currency, please drag and zoom out the chart again so you can view the whole chart with an updated x/y axis.
UI/UX decision: Common design pattern observed in crypto exchange apps has been taken into consideration during development. Also, the custom palette has adopted bitcoin's theme color.
All data is real time, updated every 1 minute.
- Rachel Ho