-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTA24A.json
25 lines (24 loc) · 1 KB
/
TA24A.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"toolkit": "https://codepen.io/kristerv/pen/MWMNRWP?editors=0011",
"chat-app": {
"code": {
"server": "https://kool.krister.ee/chat/TA24A",
"v0.1": "https://codepen.io/kristerv/pen/bGPXJGY",
"v0.2": "https://codepen.io/kristerv/pen/bGPXJWM",
"v0.3": "https://codepen.io/kristerv/pen/dyxoWZX"
},
"tasks": [
"[x] Design UI",
"[x] Fetch messages from server",
"[x] Display single message",
"[x] Display all messages",
"[x] Fetch messages every 3 seconds automatically",
" --- send message to server ---",
"[x] Print out every keyboard press on <input>",
"[x] Print out <input> value ONLY after pressong Enter",
"[x] Construct message in format {message: 'what the user typed'}",
"[x] Send message to server with fetch method POST",
"[x] Add name to the sent message (get name with prompt)"
]
}
}