From 092069e4c53e0dd5c5cadc07dcda08f421258558 Mon Sep 17 00:00:00 2001 From: l Date: Wed, 18 Mar 2026 16:23:16 +0000 Subject: [PATCH] add chat app readme --- chat-app/README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 chat-app/README.md diff --git a/chat-app/README.md b/chat-app/README.md new file mode 100644 index 0000000..d26b1a1 --- /dev/null +++ b/chat-app/README.md @@ -0,0 +1,34 @@ +# Write and Deploy Chat Application Frontend and Backend + +### Link to the coursework + +https://sdc.codeyourfuture.io/decomposition/sprints/2/prep/ + +You must complete and deploy a chat application. You have two weeks to complete this. + +It must support at least the following requirements: +* As a user, I can send add a message to the chat. +* As a user, when I open the chat I see the messages that have been sent by any user. +* As a user, when someone sends a message, it gets added to what I see. + +It must also support at least one additional feature. + +### Why are we doing this? + +Learning about deploying multiple pieces of software that interact. + +Designing and implementing working software that users can use. + +Exploring and understanding different ways of sending information between a client and server. + +### Maximum time in hours + +16 + +### How to submit + +* Fork the Module-Decomposition repository +* Develop and deploy your chat app +* Create a pull request back into the original Module-Decomposition repo, including: + * A link to the deployed frontend on the CYF hosting environment + * A link to the deployed backend on the CYF hosting environment