Skip to content

Commit

Permalink
feat: add learning path
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Nov 21, 2023
1 parent ec6894c commit a3a47c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/tutorial/frontend/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a3a47c7

Please sign in to comment.