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.
56 lines
3.2 KiB
56 lines
3.2 KiB
- [このサイトについて](/.docs/about)
|
|
|
|
- 入門
|
|
|
|
- [プログラミング言語と開発ツール入門](/1-getting-started-lessons/1-intro-to-programming-languages/translations/README.ja)
|
|
- [GitHub 入門(英語)](/1-getting-started-lessons/2-github-basics/)
|
|
- [アクセシブルな Web ページの作成](/1-getting-started-lessons/3-accessibility/translations/README.ja)
|
|
|
|
- JavaScript の基本
|
|
|
|
- [データ型](/2-js-basics/1-data-types/translations/README.ja)
|
|
- [メソッドと関数](/2-js-basics/2-functions-methods/translations/README.ja)
|
|
- [意思決定](/2-js-basics/3-making-decisions/translations/README.ja)
|
|
- [配列とループ](/2-js-basics/4-arrays-loops/translations/README.ja)
|
|
|
|
- マイテラリウム
|
|
|
|
- [はじめに](/3-terrarium/translations/README.ja)
|
|
- [1. HTML 入門](/3-terrarium/1-intro-to-html/translations/README.ja)
|
|
- [2. CSS 入門](/3-terrarium/2-intro-to-css/translations/README.ja)
|
|
- [3. DOM の操作とクロージャ](/3-terrarium/3-intro-to-DOM-and-closures/translations/README.ja)
|
|
- [(参考コード)](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/3-terrarium/solution)
|
|
|
|
- タイピングゲーム
|
|
|
|
- [はじめに](/4-typing-game/translations/README.ja)
|
|
- [タイピングゲームの作成](/4-typing-game/typing-game/translations/README.ja)
|
|
- [(参考コード)](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/4-typing-game/solution)
|
|
|
|
- ブラウザ拡張機能
|
|
|
|
- [はじめに](/5-browser-extension/translations/README.ja)
|
|
- [1. ブラウザのすべて](/5-browser-extension/1-about-browsers/translations/README.ja)
|
|
- [2. API とローカルストレージ](/5-browser-extension/2-forms-browsers-local-storage/translations/README.ja)
|
|
- [3. バックグラウンドとパフォーマンス](/5-browser-extension/3-background-tasks-and-performance/translations/README.ja)
|
|
- [(参考コード)](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/5-browser-extension/solution)
|
|
|
|
- スペースゲーム
|
|
|
|
- [はじめに](/6-space-game/translations/README.ja)
|
|
- [1. ゲーム構築入門](/6-space-game/1-introduction/translations/README.ja)
|
|
- [2. Canvas への描画](/6-space-game/2-drawing-to-canvas/translations/README.ja)
|
|
- [3. 画面の周りの要素の移動](/6-space-game/3-moving-elements-around/translations/README.ja)
|
|
- [4. 衝突の検出](/6-space-game/4-collision-detection/translations/README.ja)
|
|
- [5. スコアの保持](/6-space-game/5-keeping-score/translations/README.ja)
|
|
- [6. ゲームの終了と再起動](/6-space-game/6-end-condition/translations/README.ja)
|
|
- [(参考コード)](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/6-space-game/solution)
|
|
|
|
- バンキングアプリ
|
|
|
|
- [はじめに](/7-bank-project/translations/README.ja)
|
|
- [1. Web アプリの HTML テンプレートとルート](/7-bank-project/1-template-route/translations/README.ja)
|
|
- [2. ログインと登録フォームの構築](/7-bank-project/2-forms/translations/README.ja)
|
|
- [3. データの取得と利用方法](/7-bank-project/3-data/translations/README.ja)
|
|
- [4. 状態管理の概念](/7-bank-project/4-state-management/translations/README.ja)
|
|
- [(参考コード)](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/7-bank-project/solution) |