From 0f4400cec6f1c83d0453d45fac8338adacff478f Mon Sep 17 00:00:00 2001 From: Alejandro Aguilar Jr Date: Fri, 5 Nov 2021 08:03:22 -0500 Subject: [PATCH] chore(idea): add slack clone (#55) Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com> --- data/ideas.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/ideas.json b/data/ideas.json index e5691a7..ec063f4 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -112,8 +112,14 @@ "description": "Daily attendance tracking of students", "level": "intermediate", "tags": "student-attendance-management-system, web-app" + }, + { + "title": "Live chat application (Slack Clone)", + "description": "You can send people messages which they recieve live.", + "level": "intermediate", + "tags": "slack-clone, live-chat-app, web-app" }, - { + { "title": "Telegram Bot ", "description": "Making a telegram bot helps to increase api management skills", "level": "basic",