This a CRUD (Create Read Update Delete) app created with angularJS. It list pets avaiable for adoption with contact info. App uses the folling:
- Google's Angular Material Design: material.angularjs.org (UI components - Toolbar, button, card, icon, sidenav, toast, dialog);
- use ng-repeat
- implement filters and hiding & showing parts of the UI.
- HTTP requests and promises.
- How UI router works
- use ControllerAs
- set up Card Directive
- Set up Backend with Firebase (reading, adding, editing & deleting data)
- Clone the github repository
- npm install
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request =======
This a CRUD (Create Read Update Delete) app created with angularJS. It list pets avaiable for adoption with contact info.
App uses the following:
- Google's Angular Material Design: material.angularjs.org (UI components - Toolbar, button, card, icon, sidenav, toast, dialog);
- use ng-repeat
- implement filters and hiding & showing parts of the UI.
- HTTP requests and promises.
- How UI router works
- use ControllerAs
- set up Card Directive
- Set up Backend with Firebase (reading, adding, editing & deleting data)
- Clone the github repository
- npm install
TODO: Write usage instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request