forked from tastejs/todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more helpful readmes and learn.json.
- Loading branch information
1 parent
868271f
commit 3e6e853
Showing
489 changed files
with
235,152 additions
and
74,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.DS_Store | ||
tasks/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Agility.js TodoMVC Example | ||
|
||
> [Agility.js](http://agilityjs.com) is an MVC library for Javascript that lets you write maintainable and reusable browser code without the verbose or infrastructural overhead found in other MVC libraries. The goal is to enable developers to write web apps at least as quickly as with jQuery, while simplifying long-term maintainability through MVC objects. | ||
> _[Agility.js - agilityjs.com](http://agilityjs.com)_ | ||
|
||
## Learning Agility.js | ||
|
||
The [Agility.js website](http://agilityjs.com) is a great resource for getting started. | ||
|
||
Here are some links you may find helpful: | ||
|
||
* [Official Documentation](http://agilityjs.com/docs/docs.html) | ||
* [Try it out on JSBin](http://jsbin.com/agility/224/edit) | ||
* [Applications built with Agility.js](http://agilityjs.com/docs/gallery.html) | ||
|
||
Articles and guides from the community: | ||
|
||
* [Step by step from jQuery to Agility.js](https://gist.github.com/pindia/3166678) | ||
|
||
Get help from other Agility.js users: | ||
|
||
* [Google Groups mailing list](http://groups.google.com/group/agilityjs) | ||
* [agility.js on Stack Overflow](http://stackoverflow.com/questions/tagged/agility.js) | ||
* [Agility.js on Twitter](https://twitter.com/agilityjs) | ||
* [Agility.js on Google +](https://plus.google.com/116251025970928820842/posts) | ||
|
||
_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._ | ||
|
||
|
||
## Credit | ||
This TodoMVC application was created by [tshm](https://github.com/tshm). |
Oops, something went wrong.