From a3a47c777f2845e518ea82d73073c7c4b47b8d68 Mon Sep 17 00:00:00 2001 From: testusuke Date: Tue, 21 Nov 2023 10:35:54 +0900 Subject: [PATCH] feat: add learning path --- docs/tutorial/frontend/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/tutorial/frontend/index.md b/docs/tutorial/frontend/index.md index 6f5f54f..dc93470 100644 --- a/docs/tutorial/frontend/index.md +++ b/docs/tutorial/frontend/index.md @@ -1 +1,16 @@ # フロントエンド + +## 読んで学ぶ + +- [01 - TypeScript](01-typescript/index.md) +- [02 - HTTP リクエスト](02-http-request/index.md) +- [03 - Axios](03-axios/index.md) +- [05 - HTML / CSS](05-basic-html-css/index.md) +- [06 - React](06-react/index.md) +- [07 - Next.js](07-nextjs/index.md) +- [08 - Material UI](08-material-ui/index.md) + +## 実践 + +- [04 - 天気予報 API を叩いてみる](04-request-weather-api/index.md) +- [09 - 天気予報 Web アプリを作ってみる](09-build-weather-forecast-app/index.md)