mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-23 23:02:54 +02:00
translate 7-bank-project README into japanese
This commit is contained in:
21
7-bank-project/translations/README.ja.md
Normal file
21
7-bank-project/translations/README.ja.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# :dollar: 銀行を作る
|
||||
|
||||
このプロジェクトでは、架空の銀行を構築する方法を学びます。これらのレッスンでは、Web アプリのレイアウト方法やルートの提供、フォームの構築、状態の管理、銀行のデータを API からフェッチする方法などを説明します。
|
||||
|
||||
|  |  |
|
||||
|--------------------------------|--------------------------------|
|
||||
|
||||
## レッスン
|
||||
|
||||
1. [Web アプリの HTML テンプレートとルート](../1-template-route/translations/README.ja.md)
|
||||
2. [ログインと登録フォームの構築](../2-forms/translations/README.ja.md)
|
||||
3. [データの取得と利用方法](../3-data/translations/README.ja.md)
|
||||
4. [状態管理の概念](../4-state-management/translations/README.ja.md)
|
||||
|
||||
### クレジット
|
||||
|
||||
These lessons were written with :hearts: by [Yohan Lasorsa](https://twitter.com/sinedied).
|
||||
|
||||
これらのレッスンで使用した [server API](../api/translations/README.ja) の構築方法を学びたい方は、[このシリーズの動画](https://aka.ms/NodeBeginner) をご覧ください (特に動画17~21)。
|
||||
|
||||
また、[このインタラクティブな学習チュートリアル](https://aka.ms/learn/express-api) もご覧ください。
|
Reference in New Issue
Block a user