File tree Expand file tree Collapse file tree 11 files changed +24
-6
lines changed
Expand file tree Collapse file tree 11 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_position: 1
66import Answer from "@site/src /components/Answer";
77import ViewSource from "@site/src /components/ViewSource";
88
9- この章では教材の「初めてのウェブ開発」から「ウェブサイトの見た目を整える」までの内容を扱っています。
9+ この章では教材の「[ 初めてのウェブ開発] ( ../../1-trial-session/01-get-started/index.md ) 」から「[ ウェブサイトの見た目を整える] ( ../../1-trial-session/09-css/index.md ) 」までの内容を扱っています。
1010
1111---
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_position: 9
66import Answer from "@site/src /components/Answer";
77import ViewSource from "@site/src /components/ViewSource";
88
9- この章では教材の「TypeScript」の内容を扱っています。
9+ この章では教材の「[ TypeScript] ( ../../4-advanced/03-typescript/index.md ) 」の内容を扱っています。
1010
1111---
1212
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ sidebar_position: 10
66import todoAppVideo from "./todo-app.mp4"
77import ViewSource from "@site/src /components/ViewSource";
88
9+ この章では教材の「[ React] ( ../../4-advanced/04-react/index.md ) 」の内容を扱っています。
10+
11+ ---
912## ToDo リスト
1013
1114以下のような本格的な ToDo リストを作ってみましょう。
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import calculatorVideo from "./calculator.mp4";
1010import objectEventVideo from "./object-event.mp4";
1111import drawingVideo from "./drawing.mp4";
1212
13+ この章では教材の「[ オブジェクト] ( ../../1-trial-session/10-object/index.md ) 」から「[ プロジェクト] ( ../../1-trial-session/13-project/index.md ) 」までの内容を扱っています。
14+
1315---
1416
1517## 1. BMI 計算アプリ
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ sidebar_position: 3
66import Answer from "@site/src /components/Answer";
77import ViewSource from "@site/src /components/ViewSource";
88
9+ この章では教材の「[ ブラウザの開発者ツール] ( ../../2-browser-apps/01-inspector/index.md ) 」から「[ 無名関数] ( ../../2-browser-apps/06-anonymous-function/index.md ) 」までの内容を扱っています。
10+
911---
1012
1113## 1. コラッツの問題
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import headerScrollVideo from "./header-scroll.mp4"
1010import placeScrollVideo from "./place-scroll.mp4"
1111import Details from "@theme/Details ";
1212
13- この章では「 高度な CSS」「 CSS による配置」の内容を扱っています。
13+ この章では教材の「 [ 高度な CSS] ( ../../2-browser-apps/07-advanced-css/index.md ) 」「 [ CSS による配置] ( ../../2-browser-apps/08-css-arrangement/index.md ) 」の内容を扱っています。
1414
1515---
1616
Original file line number Diff line number Diff line change 11---
2- title : ブラウザで動作する色々なアプリを作ってみよう
2+ title : フロントエンドアプリの開発
33sidebar_position : 5
44---
55
@@ -8,7 +8,7 @@ import Answer from "@site/src/components/Answer";
88import timerVideo from "./timer.mp4";
99import flashcardVideo from "./flashcard.mp4";
1010
11- 「 ブラウザで動作するアプリを構築しよう」までの項目の総合問題です。
11+ この章は教材の「 [ ブラウザで動作するアプリを構築しよう] ( ../../2-browser-apps/index.md ) 」までの項目の総合問題です。
1212
1313---
1414
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ import Answer from "@site/src/components/Answer";
77import ViewSource from "@site/src /components/ViewSource";
88import Details from "@theme/Details ";
99
10- この章では「はじめての Node.js」から「Express とテンプレートエンジン」までの内容を扱っています。
10+ この章では教材の「[ はじめての Node.js] ( ../../3-web-servers/02-node-js/index.md ) 」から「[ Express とテンプレートエンジン] ( ../../3-web-servers/05-template-engine/index.md ) 」までの内容を扱っています。
11+
12+ ---
1113
1214## 準備
1315
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ import Term from "@site/src/components/Term";
88import ViewSource from "@site/src /components/ViewSource";
99import Answer from "@site/src /components/Answer";
1010
11+ この章では教材の「[ フォーム] ( ../../3-web-servers/06-form/index.md ) 」「[ GET リクエストと POST リクエスト] ( ../../3-web-servers/07-get-post/index.md ) 」の内容を扱っています。
12+
13+ ---
1114## ユーザ名とパスワードを入力してログイン
1215
1316ユーザ名とパスワードを入力してログインするサイトを作ってみましょう。
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import trackingVideo from "./tracking.mp4"
77import ViewSource from "@site/src /components/ViewSource";
88import Answer from "@site/src /components/Answer";
99
10+ この章では教材の「[ データベース] ( ../../3-web-servers/08-database/index.md ) 」「[ Cookie と認証] ( ../../3-web-servers/09-cookie/index.md ) 」の内容を扱っています。
11+
1012---
1113
1214## 1. データベース
You can’t perform that action at this time.
0 commit comments