An open API service indexing awesome lists of open source software.

https://github.com/devtony101/js-observer-cryptocurrency-example

This is a sample project for teaching the basics of the Observer Design Pattern.
https://github.com/devtony101/js-observer-cryptocurrency-example

design-patterns javascript tutorial tutorial-code

Last synced: 4 days ago
JSON representation

This is a sample project for teaching the basics of the Observer Design Pattern.

Awesome Lists containing this project

README

          

# Sample CryptoCurrency App

![banner](https://github.com/DevTony101/js-observer-cryptocurrency-example/blob/master/banner.png)

An example project made for a tutorial introducing the **Observer Design Pattern**, in which we build a simple alert system
where users can subscribe to a particular currency and they will be _notified_ when the price changes.

If you came for the tutorial and want to code along, download the starting code [here](https://github.com/DevTony101/js-observer-cryptocurrency-example/releases/tag/starting-code).