mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-26 16:14:56 +02:00
doc: translate chapter 7 into simplified Chinese
This commit is contained in:
21
7-bank-project/translations/README.zh-cn.md
Normal file
21
7-bank-project/translations/README.zh-cn.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# $: 建立銀行
|
||||||
|
|
||||||
|
在这个项目中,你将学习如何建立一个虚构的银行。这些课程包括指导如何布局网络应用和提供路由,构建表单,管理状态,以及从一个 API 中获取银行的数据。
|
||||||
|
|
||||||
|
|  |  |
|
||||||
|
| ------------------------------- | ------------------------------- |
|
||||||
|
|
||||||
|
## 课程
|
||||||
|
|
||||||
|
1. [HTML 模版与网页路由](../1-template-route/translations/README.md)
|
||||||
|
2. [建立登陆与注册表单](../2-forms/translations/README.md)
|
||||||
|
3. [取得并使用资料](../3-data/translations/README.md)
|
||||||
|
4. [状态管理的概念](../4-state-management/translations/README.md)
|
||||||
|
|
||||||
|
### 贡献者
|
||||||
|
|
||||||
|
这些课程是由 [Yohan Lasorsa](https://twitter.com/sinedied) 用满满的 ♥️ 來编写。
|
||||||
|
|
||||||
|
如果你有兴趣建立本课程使用的 [服务器 API](../api/translations/README.zh-tw.md),你可以遵循[这一系列的视频](https://aka.ms/NodeBeginner),特别是视频 17 到 21。
|
||||||
|
|
||||||
|
你也可以访问[这款互动式教学网站](https://aka.ms/learn/express-api)。
|
Reference in New Issue
Block a user