From 8c5fc7785a561802d84f93ea3fa867cc1c808cc7 Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Wed, 1 Jun 2022 11:11:57 -0700 Subject: [PATCH] Updated Readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdea75..896b36c 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,21 @@ ## About The Project [![Product Name Screen Shot][product-screenshot]](https://example.com) +Proof of concept e-commerce store using Angular, .Net Core and Stripe for payment processing -Build a proof of concept e-commerce store using Angular, .Net Core and Stripe for payment processing +* .Net Core +* Angular +* C# Generics +* Repository and Unit of Work Pattern +* Specification Pattern +* Caching +* Angular Lazy loading +* Angular Routing +* Angular Reactive Forms +* Angular Creating a MultiStep form wizard +* Accepting payments using Stripe +* Angular Re-usable form components +* Angular validation and async validation

(back to top)