From fabacb84e88e1b34eef45b2e2523e6134214853b Mon Sep 17 00:00:00 2001 From: Joe Podwys Date: Tue, 20 Mar 2018 15:18:44 -0600 Subject: [PATCH] Add another app demo. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d92ab52e24..0c7d6072d6 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ Preact supports modern browsers and IE9+: - [**Preact Gallery**](https://preact.gallery/) an 8KB photo gallery PWA built using Preact. - [**Rainbow Explorer**](https://use-the-platform.com/rainbow-explorer/) Preact app to translate real life color to digital color _([Github project](https://github.com/vaneenige/rainbow-explorer))_. - [**YASCC**](https://carlosqsilva.github.io/YASCC/#/) Yet Another SoundCloud Client _([Github project](https://github.com/carlosqsilva/YASCC))_. +- [**Journalize**](https://preact-journal.herokuapp.com/) 14k offline-capable journaling PWA using preact. _([Github project](https://github.com/jpodwys/preact-journal))_. + #### Runnable Examples