Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 757 Bytes

feedback.md

File metadata and controls

19 lines (18 loc) · 757 Bytes

ROLODEX

What We're Looking For

Feature Feedback
Core Requirements
Git hygiene
Comprehension questions
Functionality
Created a Contact Model
Created a Rolodex Collection
Created a ContactView which renders an individual contact
ContactView responds to a click event when the user clicks on the contact
RolodexView created which renders the list of contacts
DOM Events handled for creating new Contacts
The RolodexView responds to custom Backbone event generated by ContactView to show the modal
Styling, Foundation grid layout
All dynamic content is rendered using an Underscore template
Overall