Credits & update index

This commit is contained in:
Tony Garnock-Jones 2016-05-17 13:16:09 -04:00
parent aed3a9f1e2
commit 43f6bd39ea
2 changed files with 22 additions and 1 deletions

View File

@ -32,6 +32,14 @@ state in its visible UI.
- [DEMO](dom/)
- [Source code](dom/index.js) in plain JavaScript
## Table sorting example
A tiny model-view-controller example demonstrating display and sorting
of tabular data.
- [DEMO](table/)
- [Source code](table/index.js) using the Syndicate/js DSL
## Text Entry Widget
This is a simple text entry GUI control, following a design of
@ -99,3 +107,16 @@ that he and his collaborators have been developing.
- [DEMO](iot/)
- [Source code](iot/index.js) using the Syndicate/js DSL
## TodoMVC
An implementation of a
[standard challenge problem](http://todomvc.com/) for web programming:
a to-do list, backed by `localStorage`, with various nice UI features.
The
[specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md)
details all of the features needed for a program to qualify as a
TodoMVC implementation.
- [TodoMVC demo](todo/)
- [Source code](todo/index.js) using the Syndicate/js DSL

View File

@ -57,7 +57,7 @@
</section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://twitter.com/leastfixedpoint">Tony Garnock-Jones</a></p>
<p>Created by <a href="http://twitter.com/leastfixedpoint">Tony Garnock-Jones</a> and <a href="https://twitter.com/tacticalfowl">Sam Caldwell</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
</body>