Skip to content

Commit 62fa11d

Browse files
committed
Update README_ja.md
1 parent f474a3e commit 62fa11d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README_ja.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ React はユーザーインターフェースを構築するための有名な
1414

1515
| インデックス | 名前 | 難易度 | 練習 |
1616
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------------------------------------------------------|
17-
| 01 | [React を使用したノートアプリの作成](https://labex.io/ja/courses/project-create-a-notes-app-using-react) | ★☆☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-create-a-notes-app-using-react) |
18-
| 02 | [React でクリスマスウィッシュリストビルダーを構築する](https://labex.io/ja/courses/project-building-a-christmas-wish-list-builder-in-react) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-christmas-wish-list-builder-in-react) |
19-
| 03 | [React を使ったドラッグアンドドロップパズルゲームの作成](https://labex.io/ja/courses/project-building-a-react-drag-and-drop-puzzle-game) | ★☆☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-react-drag-and-drop-puzzle-game) |
20-
| 04 | [React で GitHub のコントリビューションヒートマップを作成する](https://labex.io/ja/courses/project-building-a-react-github-heatmap-contributions) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-react-github-heatmap-contributions) |
21-
| 05 | [カスタム React Hook を使用したレスポンシブナビゲーション](https://labex.io/ja/courses/project-browser-window-size) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-browser-window-size) |
22-
| 06 | [React テーマ切り替えアプリケーション](https://labex.io/ja/courses/project-change-page-theme) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-change-page-theme) |
23-
| 07 | [React カラーフィルタアプリケーション](https://labex.io/ja/courses/project-colour-filter) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-colour-filter) |
24-
| 08 | [React ナビゲーション機能の実装](https://labex.io/ja/courses/project-navigation-features) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-navigation-features) |
25-
| 09 | [React を使ってレスポンシブな名刺を作成する](https://labex.io/ja/courses/project-personal-card-generator) | ★★☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-personal-card-generator) |
26-
| 10 | [インタラクティブな React コンポーネントを構築する](https://labex.io/ja/courses/project-show-and-hide) | ★☆☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-show-and-hide) |
27-
| 11 | [ライトモードとダークモードの切り替え](https://labex.io/ja/courses/project-switch-between-light-and-dark) | ★☆☆ | [🚀 ラボを開始](https://labex.io/ja/courses/project-switch-between-light-and-dark) |
17+
| 01 | [React を使用したノートアプリの作成](https://labex.io/ja/courses/project-create-a-notes-app-using-react) | 初級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-create-a-notes-app-using-react) |
18+
| 02 | [React でクリスマスウィッシュリストビルダーを構築する](https://labex.io/ja/courses/project-building-a-christmas-wish-list-builder-in-react) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-christmas-wish-list-builder-in-react) |
19+
| 03 | [React を使ったドラッグアンドドロップパズルゲームの作成](https://labex.io/ja/courses/project-building-a-react-drag-and-drop-puzzle-game) | 初級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-react-drag-and-drop-puzzle-game) |
20+
| 04 | [React で GitHub のコントリビューションヒートマップを作成する](https://labex.io/ja/courses/project-building-a-react-github-heatmap-contributions) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-building-a-react-github-heatmap-contributions) |
21+
| 05 | [カスタム React Hook を使用したレスポンシブナビゲーション](https://labex.io/ja/courses/project-browser-window-size) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-browser-window-size) |
22+
| 06 | [React テーマ切り替えアプリケーション](https://labex.io/ja/courses/project-change-page-theme) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-change-page-theme) |
23+
| 07 | [React カラーフィルタアプリケーション](https://labex.io/ja/courses/project-colour-filter) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-colour-filter) |
24+
| 08 | [React ナビゲーション機能の実装](https://labex.io/ja/courses/project-navigation-features) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-navigation-features) |
25+
| 09 | [React を使ってレスポンシブな名刺を作成する](https://labex.io/ja/courses/project-personal-card-generator) | 中級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-personal-card-generator) |
26+
| 10 | [インタラクティブな React コンポーネントを構築する](https://labex.io/ja/courses/project-show-and-hide) | 初級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-show-and-hide) |
27+
| 11 | [ライトモードとダークモードの切り替え](https://labex.io/ja/courses/project-switch-between-light-and-dark) | 初級 | [🚀 ラボを開始](https://labex.io/ja/courses/project-switch-between-light-and-dark) |
2828

2929
## その他
3030

3131
- 🔗 [React 詳細について](https://labex.io/ja/skilltrees/react)
32-
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
33-
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
32+
- 🔗 [素晴らしいプログラミングプロジェクト](https://github.com/labex-labs/awesome-programming-projects)
33+
- 🔗 [素晴らしいプログラミングコース](https://github.com/labex-labs/awesome-programming-courses)
3434

0 commit comments

Comments
 (0)