parent
fe9501a62e
commit
1d514e4706
@ -0,0 +1,21 @@
|
||||
# $: 建立銀行
|
||||
|
||||
在这个项目中,你将学习如何建立一个虚构的银行。这些课程包括指导如何布局网络应用和提供路由,构建表单,管理状态,以及从一个 API 中获取银行的数据。
|
||||
|
||||
| ![屏幕1](../images/screen1.png) | ![屏幕2](../images/screen2.png) |
|
||||
| ------------------------------- | ------------------------------- |
|
||||
|
||||
## 课程
|
||||
|
||||
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)。
|
Loading…
Reference in new issue