diff --git a/examples/README.md b/examples/README.md index 55d01957e8e..902d672268e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,32 +26,37 @@ As an example, check out the TodoMVC example here: support | +| [function_memory_game](function_memory_game) | F | Implementation of [Memory Game](https://github.com/bradlygreen/Memory-Game) | +| [timer](timer) | S | Demonstrates the use of the interval and timeout services | +| [todomvc](todomvc) | S | Implementation of [TodoMVC](http://todomvc.com/) | +| [two_apps](two_apps) | S | Runs two separate Yew apps which can communicate with each other | +| [web_worker_fib](web_worker_fib) | S | Calculate fibonacci value of a number in a web worker thread | +| [webgl](webgl) | S | Controls a [WebGL canvas](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL) from Yew | ## Next steps