Organic Shop. A working e-commerce shop you can learn from and build on.

github.com/mosh-hamedani/organic-shop

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2017
  • Update the link to the course.
August 2017
  • Update readme file.
  • Define a theme.
  • Align the NavBar items.
  • Add icons.
  • Export and re-import modules.
  • Create the core module.
  • Create the shopping module.
  • Create the admin module.
  • Move admin artefacts.
  • Create the shared module.
  • Move shared module artefacts.
  • Add baseUrl and paths to tsconfig.
  • Fixing a bug: ensure the user cannot submit the shipping form without…
  • Display the orders.
  • Refactor: Extract ShippingFormComponent.
  • Add an order summary widget
  • Clearing the shopping cart.
  • Redirect the user upon submitting an order.
  • Refactoring: Extract an Order Model