Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
272609fe
Commit
272609fe
authored
Jul 19, 2012
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update order of apps
parent
105935d4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
39 deletions
+43
-39
index.html
index.html
+35
-33
readme.md
readme.md
+6
-5
site/css/main.css
site/css/main.css
+2
-1
No files found.
index.html
View file @
272609fe
This diff is collapsed.
Click to expand it.
readme.md
View file @
272609fe
...
...
@@ -15,7 +15,7 @@ To help solve this problem, TodoMVC was created - a project which offers the sam
-
[
Backbone.js
](
http://documentcloud.github.com/backbone
)
-
[
Ember.js
](
http://emberjs.com
)
-
[
AngularJS
](
http://angularjs.org
)
-
[
Spine
.js
](
http://spinejs.com
)
-
[
Spine
](
http://spinejs.com
)
-
[
KnockoutJS
](
http://knockoutjs.com
)
(
MVVM
)
-
[
Dojo
](
http://dojotoolkit.org
)
-
[
YUI
](
http://yuilibrary.com
)
...
...
@@ -23,6 +23,7 @@ To help solve this problem, TodoMVC was created - a project which offers the sam
-
[
Closure
](
http://code.google.com/closure/library/
)
-
[
Agility.js
](
http://agilityjs.com
)
-
[
Knockback.js
](
http://kmalakoff.github.com/knockback
)
-
[
Google Web Toolkit
](
https://developers.google.com/web-toolkit/
)
###### Non MV*
...
...
@@ -38,8 +39,7 @@ To help solve this problem, TodoMVC was created - a project which offers the sam
#### Labs
We also have a number of in-progress applications in our
[
Labs
](
http://todomvc.com/labs
)
site. These include:
We also have a number of in-progress applications in Labs:
-
[
CanJS
](
http://canjs.us
)
-
[
Maria.js
](
https://github.com/petermichaux/maria
)
...
...
@@ -49,9 +49,8 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c
-
[
Ext.js
](
http://www.sencha.com/products/extjs
)
-
[
Sammy.js
](
http://sammyjs.org
)
-
[
JavaScriptMVC
](
http://javascriptmvc.com
)
-
[
Google Web Toolkit
](
https://developers.google.com/web-toolkit/
)
-
[
TroopJS
](
https://github.com/troopjs
)
-
[
Stapes.js
](
http://hay.github.com/stapes
)
-
[
TroopJS
](
https://github.com/troopjs
)
-
[
soma.js
](
http://somajs.github.com/somajs
)
-
[
DUEL
](
https://bitbucket.org/mckamey/duel/wiki/Home
)
-
[
Fidel
](
https://github.com/jgallen23/fidel
)
...
...
@@ -62,7 +61,9 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c
-
[
Broke
](
https://github.com/brokenseal/broke
)
-
[
o_O
](
http://weepy.github.com/o_O
)
-
[
Fun
](
https://github.com/marcuswestin/fun
)
-
[
KnockoutJS
](
http://knockoutjs.com
)
+
[
RequireJS
](
http://requirejs.org
)
(
using
AMD)
-
[
AngularJS
](
http://angularjs.org
)
+
[
RequireJS
](
http://requirejs.org
)
(
using
AMD)
-
[
AngularJS
](
http://angularjs.org
)
(
optimized
)
## Live demos
...
...
site/css/main.css
View file @
272609fe
...
...
@@ -129,7 +129,8 @@ header nav a:first-child {
position
:
relative
;
/* popover */
}
.applist
.label
{
.applist
.label
,
p
.label
{
position
:
relative
;
top
:
-3px
;
font-size
:
9px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment