mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-22 01:17:17 +08:00
This commit does the following things: - Change `[Course Web](link)` to: - `Course Web: [title](link)`, or - `Course Web: <link>` - Change `[This GitHub](link)` to `[user/repo](link)` Signed-off-by: Yukiteru <wfly1998@sina.com>
18 lines
661 B
Markdown
18 lines
661 B
Markdown
# Stanford CS142: Web Applications
|
||
|
||
## 课程简介
|
||
|
||
- 所属大学:Stanford
|
||
- 先修要求:有一定的编程经验
|
||
- 编程语言:JavaScript/HTML/CSS
|
||
- 课程难度:🌟🌟🌟🌟
|
||
- 预计学时:100 小时
|
||
|
||
斯坦福的 Web 应用开发课程,内容覆盖了 HTML, CSS, JavaScript, ReactJs, NodeJS, ExpressJS, Web安全等等。8 个 Project 会让你在实战中锻炼自己的 Web 开发技巧。
|
||
|
||
## 课程资源
|
||
|
||
- 课程网站:<https://web.stanford.edu/class/cs142/index.html>
|
||
- 课程视频:<https://web.stanford.edu/class/cs142/lectures.html>
|
||
- 课程教材:无
|
||
- 课程作业:<https://web.stanford.edu/class/cs142/projects.html>
|