Skip to content

Latest commit

 

History

History
executable file
·
51 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

executable file
·
51 lines (31 loc) · 1.31 KB

CORTADO

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

signup process

Alt Text

  • form validation used (ReactiveFormsModule, FormGroup, FormBuilder, Validators)

profile page

Alt Text

  • bootstrap UI components

announcement page

Alt Text

  • 'timeago' pipe used (angularjs)

inventory page

Alt Text

  • flex-layout, bootstrap card
  • angular material 'tooltip' used

logout

Alt Text

  • *ngIf="(auth.user | async)" used for the navbar icons

Modified & Built from FireStarter

License: MIT

FireStarter is an Angular PWA powered by Firebase. It can serve as a foundation to learn this stack and roll out more complex features.

Features

  • Angular 6.x
  • 100 PWA Lighthouse Score with NGSW
  • Firebase Auth, Storage, and Cloud Firestore Demos
  • Angular Universal Prerendered SSR (hosted on Firebase)

Usage

  • git clone https://github.com/doguma/cortado.git cortado
  • cd cortado
  • npm install
  • ng serve