A simple single page addressbook app powered by Ember.js
- Node.js
- Ember.js - http://www.ember-cli.com/
git clone https://github.com/sebastianschnock/addressbook.git
cd addressbook
npm install && bower install
ember serve
Access at http://localhost:4200
There is a live demo at https://addressbook-demo.firebaseapp.com
- give contact list items a random (very light) color
- check font compability
- handle line breaks in address field
- add icons instead of button text
- move displayName computed property to controller