From 0ca8e01cb9bf10b5bcfbaf28791c13040b67b2e7 Mon Sep 17 00:00:00 2001 From: trungqudinh Date: Tue, 27 Oct 2020 22:47:49 +0700 Subject: [PATCH] Add bonus features to Chat-App --- Projects/3-Advanced/Chat-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/3-Advanced/Chat-App.md b/Projects/3-Advanced/Chat-App.md index 05009508..1e427bb8 100644 --- a/Projects/3-Advanced/Chat-App.md +++ b/Projects/3-Advanced/Chat-App.md @@ -21,6 +21,8 @@ As a MVP(Minimum Viable Product) you can focus on building the Chat interface. R - [ ] User can select and send an emoji - [ ] Users can chat in private - [ ] Users can join `channels` on specific topics +- [ ] Users can chat via Command Line Interface instead of clicking in UI +- [ ] Users can create group chat ## Useful links and resources