From 6f3d267e42e4f878fcfbfaa407bc22fed3d81125 Mon Sep 17 00:00:00 2001 From: Sarvagya Sharma Date: Sat, 3 Apr 2021 21:24:38 +0530 Subject: [PATCH] Add bonus feature and an example project --- Projects/3-Advanced/Chat-App.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Projects/3-Advanced/Chat-App.md b/Projects/3-Advanced/Chat-App.md index 05009508..4415607d 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 +- [ ] When a user types in the message box, show "User is typing..." message to everyone on the channel +- [ ] Show when a user is online or offline ## Useful links and resources @@ -33,3 +35,4 @@ As a MVP(Minimum Viable Product) you can focus on building the Chat interface. R - [Chatty2](https://web-chatty.herokuapp.com/) - [Simple TCP Socket based Chat application](https://github.com/dularish/Simple-TCP-Socket-based-Chat-App) +- [Chat App MERN stack](https://github.com/sarvagya2545/chat-app-react) \ No newline at end of file