An open API service indexing awesome lists of open source software.

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.

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.

![UI](http://www.prism.gatech.edu/~gth716h/FlightForm/flightform.png)