https://github.com/elucidation/flightformjs
A simple example of MVC architecture using backbone.js.
https://github.com/elucidation/flightformjs
Last synced: about 1 year ago
JSON representation
A simple example of MVC architecture using backbone.js.
- Host: GitHub
- URL: https://github.com/elucidation/flightformjs
- Owner: Elucidation
- Created: 2012-12-01T06:35:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-01T07:02:12.000Z (over 13 years ago)
- Last Synced: 2025-02-10T00:16:41.870Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Flight Form
---
Try it out live [here](http://www.prism.gatech.edu/~gth716h/FlightForm)
A simple example of [MVC architecture](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) using [backbone.js](http://backbonejs.org/).
This application lets you fill out a form, each submission is a new instance of the flight model.
The viewer turns those models into individual div blocks in a list, as shown in real-time on the page
The controller/router controls the popping/alert and removal of flights from the list etc.
