Skip to content

Commit 4afec31

Browse files
committed
Clean PR: keep only chat-app coursework files
1 parent f7ed68f commit 4afec31

8 files changed

Lines changed: 1126 additions & 8 deletions

File tree

chat-app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
dist/

chat-app/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ https://sdc.codeyourfuture.io/decomposition/sprints/2/prep/
77
You must complete and deploy a chat application. You have two weeks to complete this.
88

99
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.
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

1415
It 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

Comments
 (0)