An ice-cream recommendation app inspired by GoodReads
-
Single-page Backbone app consuming RESTful JSON Rails API
-
Real-time search page updates using Javascript typehead.js library
-
Bootstraps data on page load to avoid extra AJAX requests
-
Extends the Backbone View class with a custom CompositeView class to reduce re-rendering time
-
Overwrite the Model#parse method to access associations
-
Use eval to create assocation method to DRY the code