-
Build an address book using the attached wireframe. All contacts should be
-
Listed on the left hand side
-
Searchable,
-
Toggleable to view their full details in the main view.
-
Contacts should be editable in the main view.
-
Use Angular filters, services, binding, and some of Angular's built in directives.
-
Replace this README file with a paragraph explaining your process, the directives you used, and why.
-
BONUS: Use the ng-router directive, pulled in using npm.
-
BONUS+: use npm to install
ui-router
and use it in place ofng-router
; -
Send us a link to your repo to view it. DO NOT create a fork of this repo. Instead, make a copy of it.
NOTE: use the contacts.json file in the public folder to populate the Address Book.
- Install Node and NPM
- Run
npm install
to install the dependencies. - Start the server:
node server.js
- View in browser at
http://localhost:8080