Skip to content

alefyp/homeu-marketplace

Repository files navigation

Homeü 🏠

HomeU is a marketplace specialized in providing a total wellness experience through home products.

General considerations

Design: The application is currently only designed for web version. Backend: I am using firebase as a backend service, serverless. NoSQL database.

Stack

Angular v11.2.0 | SCSS | NgZorro v11.2.0 | NgRx | Firebase

Requirements

  • Products: id, name, description, sku, imagenUrl.
  • Checkout: quantity, price, total | summary
  • State Management with NgRx
  • Authentication with FirebaseAuth and routing guards
  • Firestore as database
  • NgZorro as UI component library

In progress

  • Cart status: pending | completed
  • Cart edit items at checkout