From ac359f221c1589a800fc0fe8048e0cbee4c9d67b Mon Sep 17 00:00:00 2001 From: Kamil Grzybek Date: Sun, 8 Nov 2020 00:53:19 +0100 Subject: [PATCH] Add info about FrontEnd application --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e7efd4..7b9e7f5b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Full Modular Monolith .NET application with Domain-Driven Design approach. ![](https://github.com/kgrzybek/modular-monolith-with-ddd/workflows/Build%20Pipeline/badge.svg) +## FrontEnd application + +FrontEnd application : [Modular Monolith With DDD: FrontEnd React application](https://github.com/kgrzybek/modular-monolith-with-ddd-fe-react) + ## Table of contents [1. Introduction](#1-Introduction) @@ -1834,7 +1838,7 @@ List of features/tasks/approaches to add: | Database Change Management | Completed | 2020-08-23 | | Continuous Integration | Completed | 2020-09-01 | | StyleCop Static Code Analysis | Completed | 2020-09-05 | -| FrontEnd SPA application | | | +| FrontEnd SPA application | Completed | 2020-11-08 | | Meeting comments feature | | | | Notifications feature | | | | Messages feature | | |