From 1a14534f5acb0147a423425584e3365c80070c7a Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Fri, 23 Oct 2020 12:07:27 +0200 Subject: [PATCH] move demo link up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 307976c..c47d19c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A [TeuxDeux](https://teuxdeux.com) clone in plain HTML, CSS and JavaScript (no build steps). It's fully animated and runs smoothly at 60 FPS with a total transfer size of **44KB** (unminified). +**[Try it online →](https://raw.githack.com/morris/vanilla-todo/main/public/index.html)** + More importantly, it's a case study showing that **vanilla web development** is viable in terms of [maintainability](#521-the-good), and worthwhile in terms of [user experience](#51-user-experience) @@ -20,8 +22,6 @@ but also demonstrates that standard web technologies can be used effectively and there are only a few [critical areas](#523-the-bad) where a vanilla approach is clearly inferior (especially in browser testing). -**[Try it online →](https://raw.githack.com/morris/vanilla-todo/main/public/index.html)** - _Intermediate understanding of the web platform is required to follow through._ ## Table of Contents