diff --git a/wikiblogarden/tadi-web/hello-world/readme.md b/wikiblogarden/tadi-web/hello-world/readme.md new file mode 100644 index 00000000..2a6cfde9 --- /dev/null +++ b/wikiblogarden/tadi-web/hello-world/readme.md @@ -0,0 +1,113 @@ +# Hello world, tadi style + +Here's how to code all the classic 'hello world' examples using a slippy mindset. + +## Hello world + +Easy, just an html file with the following words. + +```html +Hello world! +``` + +
+ +Hello world! + +## Button counter + +Another classic. A button that counts upwards. + +```html + + + +``` + +
+ + + + + +## To-do list + +We can use templates for this one. + +```html +
+
+ + + + + +``` + +
+ +
+
+ + + + + + +## Any others? + +Do you know any other classic examples I could make? Let me know. My details are on [todepond dot com](/). + +
+ +Back to the [wikiblogarden](/wikiblogarden).