1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-23 22:24:39 +02:00

move demo link up

This commit is contained in:
Morris Brodersen
2020-10-23 12:07:27 +02:00
parent 555c755e38
commit 1a14534f5a

View File

@@ -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