From ba2a375e768f55f38fda6e564aca76091b3e14b6 Mon Sep 17 00:00:00 2001 From: Yuuki Ebihara Date: Tue, 5 Jan 2021 22:01:58 +0900 Subject: [PATCH] translate 7-bank-project README into japanese --- 7-bank-project/translations/README.ja.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 7-bank-project/translations/README.ja.md diff --git a/7-bank-project/translations/README.ja.md b/7-bank-project/translations/README.ja.md new file mode 100644 index 00000000..2df873f7 --- /dev/null +++ b/7-bank-project/translations/README.ja.md @@ -0,0 +1,21 @@ +# :dollar: 銀行を作る + +このプロジェクトでは、架空の銀行を構築する方法を学びます。これらのレッスンでは、Web アプリのレイアウト方法やルートの提供、フォームの構築、状態の管理、銀行のデータを API からフェッチする方法などを説明します。 + +| ![Screen1](../images/screen1.png) | ![Screen2](../images/screen2.png) | +|--------------------------------|--------------------------------| + +## レッスン + +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) もご覧ください。 \ No newline at end of file