Skip to content

Commit c977d8d

Browse files
committed
fixup
1 parent 7cecc84 commit c977d8d

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

File renamed without changes.

chat-app/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)