You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/7-bank-project/translations/README.ja.md

21 lines
1.3 KiB

# :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) をご覧ください (特に動画1721)。
また、[このインタラクティブな学習チュートリアル](https://aka.ms/learn/express-api) もご覧ください。