From 9dbfd81d75e05d44e8bff0791ec4803a72fde8c8 Mon Sep 17 00:00:00 2001 From: Hack Er Date: Thu, 22 Oct 2020 19:10:43 +0000 Subject: [PATCH] added "video communications app" --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000..2aff877b --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index f6557617..93d4336a 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ required to complete them. | [Slack Archiver](./Projects/3-Advanced/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | | [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | | [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | +| [Video Communications App](./Projects/3-Advanced/Video-Communications-App.md) | Allow users to speak with others in a private room and add features such as chat and participants list (Kind of like Zoom) | 3-Advanced | ## Plans for the future