File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Write and Deploy Chat Application Frontend and Backend
2+
3+ ### Link to the coursework
4+
5+ https://sdc.codeyourfuture.io/decomposition/sprints/2/prep/
6+
7+ You must complete and deploy a chat application. You have two weeks to complete this.
8+
9+ It must support at least the following requirements:
10+ * As a user, I can send add a message to the chat.
11+ * As a user, when I open the chat I see the messages that have been sent by any user.
12+ * As a user, when someone sends a message, it gets added to what I see.
13+
14+ It must also support at least one additional feature.
15+
16+ ### Why are we doing this?
17+
18+ Learning about deploying multiple pieces of software that interact.
19+
20+ Designing and implementing working software that users can use.
21+
22+ Exploring and understanding different ways of sending information between a client and server.
23+
24+ ### Maximum time in hours
25+
26+ 16
27+
28+ ### How to submit
29+
30+ * Fork the Module-Decomposition repository
31+ * Develop and deploy your chat app
32+ * Create a pull request back into the original Module-Decomposition repo, including:
33+ * A link to the deployed frontend on the CYF hosting environment
34+ * A link to the deployed backend on the CYF hosting environment
You can’t perform that action at this time.
0 commit comments