@@ -7,9 +7,10 @@ https://sdc.codeyourfuture.io/decomposition/sprints/2/prep/
77You must complete and deploy a chat application. You have two weeks to complete this.
88
99It 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.
10+
11+ - As a user, I can send add a message to the chat.
12+ - As a user, when I open the chat I see the messages that have been sent by any user.
13+ - As a user, when someone sends a message, it gets added to what I see.
1314
1415It must also support at least one additional feature.
1516
@@ -27,8 +28,8 @@ Exploring and understanding different ways of sending information between a clie
2728
2829### How to submit
2930
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
31+ - Fork the Module-Decomposition repository
32+ - Develop and deploy your chat app
33+ - Create a pull request back into the original Module-Decomposition repo, including:
34+ - A link to the deployed frontend on the CYF hosting environment
35+ - A link to the deployed backend on the CYF hosting environment
0 commit comments