Tutorial: Building a realtime cryptocurrency price tracker with Aurelia 2

Hi everyone, it has been a minute. Some of you might be interested to know a new tutorial has landed in Aurelia docs which guides you through the process of displaying cryptocurrency prices in the form of a real-time cryptocurrency price tracker with Aurelia 2.

This tutorial will introduce concepts such as:

  • Shadow DOM and Shared Styles
  • Using libraries that introduce global CSS selectors (Bootstrap) and how you can make them work with Shadow DOM
  • Aurelia’s reactive binding system
  • How to create a service class for making API requests and inject it into your components

As always, feedback is welcomed. If something doesn’t make any sense or you think it could be improved in some way, please let us know.

7 Likes