Skip to content

mobilizegood/ch-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Build an address book using the attached wireframe. All contacts should be

  2. Listed on the left hand side

  3. Searchable,

  4. Toggleable to view their full details in the main view.

  5. Contacts should be editable in the main view.

  6. Use Angular filters, services, binding, and some of Angular's built in directives.

  7. Replace this README file with a paragraph explaining your process, the directives you used, and why.

  8. BONUS: Use the ng-router directive, pulled in using npm.

  9. BONUS+: use npm to install ui-router and use it in place of ng-router;

  10. 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.

Installation

  1. Install Node and NPM
  2. Run npm install to install the dependencies.
  3. Start the server: node server.js
  4. View in browser at http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published