This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 7184171 Update readme.md
7184171 is described below
commit 7184171a9e37f24288ad7d3f1eeed4e64b37e516
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Sep 11 11:13:53 2020 +0200
Update readme.md
---
examples/jewel/todomvc/readme.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/examples/jewel/todomvc/readme.md b/examples/jewel/todomvc/readme.md
index 73c6ed4..17d9485 100644
--- a/examples/jewel/todomvc/readme.md
+++ b/examples/jewel/todomvc/readme.md
@@ -19,6 +19,20 @@
# Apache Royale TodoMVC Example
+[_Check in this link a more advanced version of this example here with CRUX
library_](https://github.com/apache/royale-asjs/tree/develop/examples/crux/todomvc-jewel-crux)
+
+This example shows you how to structure and organize an Apache Royale
Application based on the MVC paradigm taking [TodoMVC.com](http://todomvc.com/)
as the model.
+
+The example showcase the following features:
+
+- Jewel Component Set
+- MVC
+- Event Handling
+- Theme customization
+- Strand & Beads
+- Item Renderers
+- Data Binding
+
> Apache Royale™ is a productive, open-source frontend application technology
> that lets you code in MXML & AS3 and output to different formats, included
> Javascript and SWF.
> _[Apache Royale™ Website](https://royale.apache.org)_