Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddmotto/angular-1-5-components-app
A Contacts Manager application built on Angular 1.5 components, ui-router 1.0.0, Firebase.
https://github.com/toddmotto/angular-1-5-components-app
angular component-architecture firebase ui-router
Last synced: 13 days ago
JSON representation
A Contacts Manager application built on Angular 1.5 components, ui-router 1.0.0, Firebase.
- Host: GitHub
- URL: https://github.com/toddmotto/angular-1-5-components-app
- Owner: toddmotto
- Created: 2016-08-25T17:53:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T19:50:26.000Z (over 4 years ago)
- Last Synced: 2024-10-12T08:10:10.525Z (28 days ago)
- Topics: angular, component-architecture, firebase, ui-router
- Language: JavaScript
- Homepage: https://ultimateangular.com
- Size: 399 KB
- Stars: 573
- Watchers: 45
- Forks: 185
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
---# AngularJS 1.5 component architecture app
> Try the [Contacts Manager](https://contacts-manager-e486f.firebaseapp.com) app! You'll need to register and create an account.
---
> Want the ES2015 version? [Check it out here](https://github.com/toddmotto/angular-1-5-components-app/tree/ES2015).
---
A [Contacts Manager](https://contacts-manager-e486f.firebaseapp.com) application built on AngularJS 1.5 components, ui-router 1.0.0, Firebase. Want to build it? Jump on my [AngularJS 1.5 Pro course](https://ultimateangular.com).
### List of features:
- AngularJS 1.5 `.component()` method
- Stateful/stateless and routed components
- One-way dataflow
- Lifecycle hooks
- ui-router 1.0.0
- Firebase auth and database/hosting
- Fully tested, including spec files
- Built against my component architecture [styleguide](https://github.com/toddmotto/angular-styleguide)
- Proper SCSS architecture to provide maintainable, scalable and well-organized code### Setup and install
To run this app, follow the [instructions here](https://github.com/toddmotto/ultimate-angular-master-seed). Basically `npm install` and `npm start`. Run tests with `npm test`. Have fun!
![Contacts Manager](https://cloud.githubusercontent.com/assets/1655968/17981372/5907ffb0-6afb-11e6-9bb4-7e223b56e0d4.gif)