- Simple managing platform that helps small stores to set up scheduling and inventory checkups. Facilitates manager-employee interaction by creating a co-platform based on a web service.
- form validation used (ReactiveFormsModule, FormGroup, FormBuilder, Validators)
- bootstrap UI components
- 'timeago' pipe used (angularjs)
- flex-layout, bootstrap card
- angular material 'tooltip' used
- *ngIf="(auth.user | async)" used for the navbar icons
FireStarter is an Angular PWA powered by Firebase. It can serve as a foundation to learn this stack and roll out more complex features.
- Angular 6.x
- 100 PWA Lighthouse Score with NGSW
- Firebase Auth, Storage, and Cloud Firestore Demos
- Angular Universal Prerendered SSR (hosted on Firebase)
git clone https://github.com/doguma/cortado.git cortado
cd cortado
npm install
ng serve