cs-self-learning/docs/Web开发/CS142.md
Yukiteru ab0582bdd0 format links in markdown
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>
2022-04-03 17:39:09 +08:00

18 lines
661 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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>