/address-book

Using Angular to create a fully functional address book. Exercise demonstrates interaction of factories, controllers, and partials. Incorporated with Firebase database for CRUD, and includes Angular-animate, Angular-sanitize, UI-Bootstrap, and Sass libraries.

Primary LanguageJavaScript

NSS Address Book Exercise

Splashpage Splashpage Splashpage Splashpage


Summary

Using Angular to create a fully functional address book. Exercise demonstrates interaction of factories, controllers, and partials. Incorporated with Firebase database for CRUD, and includes Angular-animate, Angular-sanitize, UI-Bootstrap, and Sass libraries.


To Access Necessary Libaries:

  • Pull down project
  • cd into lib
  • Run command "bower install"
  • Run command "npm install"
  • Seed database/seed.json to firebase with read & write permissions
  • Run grunt

Requirements

Create address book with full CRUD capabilities.