From e5620e25c46a3d6f94970c51ba8d60fb22c594d2 Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Sat, 20 Jul 2024 12:13:54 +0900 Subject: [PATCH] =?UTF-8?q?=E5=92=8C=E6=AC=A7=E6=96=87=E9=96=93=E3=81=AE?= =?UTF-8?q?=E5=8D=8A=E8=A7=92=E3=82=B9=E3=83=9A=E3=83=BC=E3=82=B9=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/1-trial-session/01-get-started/index.mdx | 24 +-- docs/1-trial-session/02-html/index.mdx | 44 ++--- docs/1-trial-session/03-javascript/index.mdx | 24 +-- docs/1-trial-session/05-variables/index.mdx | 10 +- docs/1-trial-session/06-boolean/index.mdx | 24 +-- .../1-trial-session/07-if-statement/index.mdx | 33 ++-- docs/1-trial-session/08-functions/index.mdx | 24 +-- docs/1-trial-session/09-loop/index.mdx | 16 +- .../10-array/_samples/array-max/script.js | 4 +- docs/1-trial-session/10-array/index.mdx | 22 +-- .../11-object/_samples/incrementAge/script.js | 4 +- docs/1-trial-session/11-object/index.mdx | 22 +-- docs/1-trial-session/12-css/index.mdx | 40 ++--- docs/1-trial-session/13-dom/index.mdx | 44 ++--- docs/1-trial-session/14-events/index.mdx | 12 +- docs/1-trial-session/15-project/index.mdx | 14 +- .../16-deploy-application/index.mdx | 6 +- docs/1-trial-session/index.mdx | 4 +- docs/2-browser-apps/01-inspector/index.mdx | 40 ++--- docs/2-browser-apps/02-reference/index.mdx | 10 +- docs/2-browser-apps/03-class/index.mdx | 60 +++---- .../04-anonymous-function/index.mdx | 16 +- .../05-css-arrangement/index.mdx | 30 ++-- docs/2-browser-apps/06-project/index.mdx | 58 +++---- docs/2-browser-apps/index.mdx | 2 +- docs/3-web-servers/01-wsl-setup/index.mdx | 46 +++--- .../3-web-servers/02-linux-commands/index.mdx | 24 +-- docs/3-web-servers/03-node-js/index.mdx | 38 ++--- docs/3-web-servers/04-module/index.mdx | 48 +++--- docs/3-web-servers/05-server/index.mdx | 118 +++++++------- docs/3-web-servers/06-form/index.mdx | 28 ++-- docs/3-web-servers/07-get-post/index.mdx | 34 ++-- docs/3-web-servers/08-database/index.mdx | 131 ++++++++------- docs/3-web-servers/09-cookie/index.mdx | 42 ++--- .../10-git-github-init/index.mdx | 70 ++++---- docs/3-web-servers/11-git/index.mdx | 66 ++++---- docs/3-web-servers/12-github/index.mdx | 80 ++++----- .../13-deploy-on-render/index.mdx | 30 ++-- docs/3-web-servers/index.mdx | 2 +- docs/4-advanced/01-fetch-api/index.mdx | 40 ++--- docs/4-advanced/02-bundler/index.mdx | 57 ++++--- docs/4-advanced/03-typescript/index.mdx | 94 +++++------ docs/4-advanced/04-react/index.mdx | 154 +++++++++--------- .../01-git-workflow/index.mdx | 56 +++---- docs/index.mdx | 8 +- src/components/Term/definitions.js | 96 ++++++----- src/components/Term/type-map.js | 12 +- 47 files changed, 925 insertions(+), 936 deletions(-) diff --git a/docs/1-trial-session/01-get-started/index.mdx b/docs/1-trial-session/01-get-started/index.mdx index 137634043..e2d70e0d1 100644 --- a/docs/1-trial-session/01-get-started/index.mdx +++ b/docs/1-trial-session/01-get-started/index.mdx @@ -1,5 +1,5 @@ --- -title: はじめての Web 開発 +title: はじめてのWeb開発 --- import installChromeOnMacVideo from "./install-chrome-on-mac.mp4"; @@ -11,11 +11,11 @@ import createFolderOnWindowsVideo from "./create-folder-on-windows.mp4"; import openFolderOnMacVideo from "./open-folder-on-mac.mp4"; import openFolderOnWindowsVideo from "./open-folder-on-windows.mp4"; -## Google Chrome のインストール +## Google Chromeのインストール -**Google Chrome** は、Google 社が開発するウェブブラウザです。現在多くの人に使われています。他のウェブブラウザを使うことも出来ますが、この教材では Google Chrome の使用を前提として話を進めていきます。 +**Google Chrome**は、Google社が開発するウェブブラウザです。現在多くの人に使われています。他のウェブブラウザを使うことも出来ますが、この教材ではGoogle Chromeの使用を前提として話を進めていきます。 -Google Chrome は、[公式サイト](https://www.google.com/intl/ja_jp/chrome/)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。 +Google Chromeは、[公式サイト](https://www.google.com/intl/ja_jp/chrome/)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。 @@ -26,11 +26,11 @@ Google Chrome は、[公式サイト](https://www.google.com/intl/ja_jp/chrome/) -## Visual Studio Code のインストール +## Visual Studio Codeのインストール -**Visual Studio Code** (以下 VS Code) は、Microsoft 社が開発するテキストエディタです。多くの開発者に使用されています。 +**Visual Studio Code** (以下VS Code) は、Microsoft社が開発するテキストエディタです。多くの開発者に使用されています。 -Visual Studio Code は、[公式サイト](https://code.visualstudio.com)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。 +Visual Studio Codeは、[公式サイト](https://code.visualstudio.com)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。 @@ -43,7 +43,7 @@ Visual Studio Code は、[公式サイト](https://code.visualstudio.com)から ## プロジェクトを格納するフォルダを作成する -これから皆さんはたくさんのプログラムを書いていくことになります。プログラムは他のファイルと扱い方がかなり異なるので、専用のフォルダを作っておきましょう。ホームフォルダ (macOS) / ユーザーフォルダ (Windows) の中に `projects` という名前のフォルダを作り、その中にプロジェクトごとのフォルダを作っていくと良いです。ホームフォルダ (macOS) / ユーザーフォルダ (Windows) の場所については次の動画をご確認ください。 +これから皆さんはたくさんのプログラムを書いていくことになります。プログラムは他のファイルと扱い方がかなり異なるので、専用のフォルダを作っておきましょう。ホームフォルダ (macOS) /ユーザーフォルダ (Windows) の中に `projects` という名前のフォルダを作り、その中にプロジェクトごとのフォルダを作っていくと良いです。ホームフォルダ (macOS) /ユーザーフォルダ (Windows) の場所については次の動画をご確認ください。 次の例では、`hello-world` の名前でプロジェクト用のフォルダを作成しています。 @@ -58,13 +58,13 @@ Visual Studio Code は、[公式サイト](https://code.visualstudio.com)から :::info -これから作成するプログラムは、さきほど作成したホームフォルダ (macOS) / ユーザーフォルダ (Windows) の中の `projects` フォルダの中に保存するようにしてください。これは、ドキュメントフォルダなどのフォルダはクラウドストレージサービスによって自動的に同期されることがあり、Visual Studio Code などの開発ツールが期待通りに動作しなくなってしまうことがあるからです。 +これから作成するプログラムは、さきほど作成したホームフォルダ (macOS) /ユーザーフォルダ (Windows) の中の `projects` フォルダの中に保存するようにしてください。これは、ドキュメントフォルダなどのフォルダはクラウドストレージサービスによって自動的に同期されることがあり、Visual Studio Codeなどの開発ツールが期待通りに動作しなくなってしまうことがあるからです。 ::: -## Visual Studio Code でプロジェクトフォルダを開く +## Visual Studio Codeでプロジェクトフォルダを開く -`File` メニューから `Open Folder...` をクリックして、先ほど作成したフォルダを VS Code で開きます。 +`File` メニューから `Open Folder...` をクリックして、先ほど作成したフォルダをVS Codeで開きます。 @@ -77,6 +77,6 @@ Visual Studio Code は、[公式サイト](https://code.visualstudio.com)から :::info -最初にフォルダを開いたとき、`Do you trust the authors of the files in this folder?` と聞かれるのは、インターネットからダウンロードした悪意のあるフォルダを VS Code で開いたとき、VS Code によって勝手に実行されてしまうのを防ぐためです。自分で作成したフォルダの場合は問題ありません。 +最初にフォルダを開いたとき、`Do you trust the authors of the files in this folder?` と聞かれるのは、インターネットからダウンロードした悪意のあるフォルダをVS Codeで開いたとき、VS Codeによって勝手に実行されてしまうのを防ぐためです。自分で作成したフォルダの場合は問題ありません。 ::: diff --git a/docs/1-trial-session/02-html/index.mdx b/docs/1-trial-session/02-html/index.mdx index 0f45e58a5..706fa7a3e 100644 --- a/docs/1-trial-session/02-html/index.mdx +++ b/docs/1-trial-session/02-html/index.mdx @@ -7,13 +7,13 @@ import openInBrowserVideo from "./open-in-browser.mp4"; import showFileExtensionsVideo from "./show-file-extensions.mp4"; import reloadBrowserVideo from "./reload-browser.mp4"; -Web 開発に必ず用いられる言語があります。**HTML** と CSS、そして JavaScript です。これらは互いに異なる役割をもっています。まずは最も基本となる HTML から学んでいきましょう。 +Web開発に必ず用いられる言語があります。**HTML**とCSS、そしてJavaScriptです。これらは互いに異なる役割をもっています。まずは最も基本となるHTMLから学んでいきましょう。 ![Web開発で用いられる言語](./web-development-languages.drawio.svg) -## HTML を書き始める +## HTMLを書き始める -VS Code の画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー (command + S (macOS) / Ctrl + S (Windows) ) を用いてください。 +VS Codeの画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー (command + S (macOS) / Ctrl + S (Windows) ) を用いてください。 ```html title="index.html" @@ -30,7 +30,7 @@ VS Code の画面左端には、ファイル一覧が表示されています。