Skip to content

Commit 8f8a444

Browse files
authored
Merge branch 'code-differently:main' into feature/lesson_17
2 parents 2e7a7bf + 2e9b8b5 commit 8f8a444

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

lesson_24/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Lesson 24: JavaScript Deep Dive
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
* [What is HTTP? (in 5 minutes) (Video)](https://www.youtube.com/watch?v=XdWpdDUUbsw)
8+
* [Build a Basic Express JS Server (Video)](https://www.youtube.com/watch?v=7W61Ep1lKFY)
9+
* [Learn Express JS in 35 Minutes (Video)](https://www.youtube.com/watch?v=SccSCuHhOw0)
10+
11+
## Recommended
12+
13+
* [100+ JavaScript Concepts You Need to Know (Video)](https://www.youtube.com/watch?v=lkIFF4maKMU)
14+
15+
## Homework
16+
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).

lesson_25/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Lesson 25: Intro to React
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
### Required
8+
9+
* [React JS Explained In 10 Minutes (Video)](https://www.youtube.com/watch?v=s2skans2dP4)
10+
* [World's shortest UI/UX design course (Video)](https://www.youtube.com/watch?v=wIuVvCuiJhU)
11+
12+
### Recommended
13+
14+
* [React Router - Tutorial (Article)](https://reactrouter.com/en/main/start/tutorial)
15+
16+
## Homework
17+
18+
TODO(anthonydmays): Complete this

0 commit comments

Comments
 (0)