MV-CRUD Examples

Enterprisey example apps using MV* / SPA frameworks

by @timplourde GitHub Project
TPS Report

It's similar to TodoMVC but with more stuff you might encounter in a business application such as:

  • Data grid with column sorting
  • Data grid search with "no matching data" / empty results UI
  • Select / drop-down menus
  • Complex input validation & sanitization
  • Integration with jQuery plugins (jQuery-UI Date Picker)
  • Modal dialogs
  • Navigate away warnings when you have unsaved changes
  • Prevent double-form submission
  • Componentized for re-use
  • A pie chart!

Each example uses an in-memory "backend" which will be re-set every time you reload the app.

Durandal

SPA framework built on knockout (MVVM) and require (AMD)

Load Example

AngularJS

SPA framework from Google with a delcarative slant

Load Example