Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shidhincr/todo-in-js-mvc
This is a ToDo application experiment in javascript
https://github.com/shidhincr/todo-in-js-mvc
Last synced: about 1 month ago
JSON representation
This is a ToDo application experiment in javascript
- Host: GitHub
- URL: https://github.com/shidhincr/todo-in-js-mvc
- Owner: shidhincr
- Created: 2012-08-20T07:10:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-20T07:31:59.000Z (over 12 years ago)
- Last Synced: 2024-04-10T07:06:01.447Z (9 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO-in-JS-MVC
==============This is a sample TODO application project done in Javascript. I'm still trying to learn the MVC patterns in javascript and
this is the first outcome of it.For anyone , who wants to learn how to use the MVC patterns in Javascript can use this as a resource. I've implemented
the "models" , "views" and "controllers" in simple Javascript ( means , I didn't use any clientside MVC framework available )Try it out - Fork it if you want to.
You can see the demo here by following the link
http://dl.dropbox.com/u/32430642/ToDo/index.html