You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lesson_24/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,13 @@ Please review the following resources before lecture:
14
14
15
15
## Homework
16
16
17
-
- TODO(anthonydmays): Add HW details
17
+
-[ ] Complete the [Working with Express](#working-with-express) exercise.
18
+
-[ ] Do pre-work for [lesson 25](/lesson_25/).
19
+
20
+
### Working with Express
21
+
22
+
Use the assets you developed for the previous lesson to implement a web server using Express and NodeJS. Provide your files in a uniquely named folder when you submit your PR.
23
+
24
+
In addition, add a new page that features a form which accepts input from the user (say, a contact form) and show the results of what they posted using a HTML form submit.
25
+
26
+
Note: You may need to open a new port in the dev container to support serving traffic from your web server. Read how to do this [using this article on port forwarding](https://code.visualstudio.com/docs/editor/port-forwarding).
0 commit comments