Skip to content

Commit 0c3eec6

Browse files
Merge pull request #18 from jigintern/update-root-readme
📝 リポジトリのREADME.mdを更新
2 parents 431515b + 3ef866c commit 0c3eec6

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"marp-team.marp-vscode"
4+
]
5+
}

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
# study_session_materials
2-
インターン生向け勉強会資料
2+
3+
[jig.jp](https://www.jig.jp) で実施している勉強会の資料を管理するリポジトリです。
4+
5+
## 資料一覧
6+
7+
作成年度が新しい順に記述しています。
8+
9+
### 2024年作成
10+
11+
* [はじめてのFlutter](./2024/flutter-intro/readme.md)
12+
* FlutterのWidgetについて学びながら、簡単なカウンターアプリを作成します
13+
* [スライド](https://jigintern.github.io/study_session_materials/flutter-intro-2024/slide.html)
14+
* [実践!Flutter開発 〜メモ帳編〜](./2024/flutter-memo/readme.md)
15+
* Flutterを使用したメモ帳開発を通して、SharedPreferences や flutter_hooks について学びます
16+
* [スライド](https://jigintern.github.io/study_session_materials/flutter-memo-2024/slide.html)
17+
* [JavaScript でつくる超かんたん Web アプリ入門](./2024/javascript-job-hunting-management/README.md)
18+
* JavaScript の基本文法を学びながら「就活管理アプリ」を作成します
19+
* [はじめの一歩は時間割](./2024/web-timetable/README.md)
20+
* Web技術の基礎を学びながら、ウェブコンポーネントという技術郡を利用してウェブアプリを作成します
21+
22+
### 2023年作成
23+
24+
* [Fresh](./2023/deno-fresh/README.md)
25+
* Deno で実行できるSSRフレームワーク
26+
* [Deno で学ぶ TypeScript](./2023/deno-typescript/README.md)
27+
* 「TypeScriptは**型があって便利・安全**」が学べる内容
28+
* [Flask勉強会](./2023/Flask/DOCS.md)
29+
* Pythonのライブラリである「Flask」を利用して、WebアプリやWeb APIを作成する方法を学びます
30+
* [Flutter勉強会](./2023/flutter/README.md)
31+
* 「Flutter」というネイティブアプリケーション開発向けのフレームワークを使って、アプリ開発を学びます

0 commit comments

Comments
 (0)