diff --git a/README.md b/README.md index e107ddc..bba6089 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ - セキュアなセッション管理 - **ポータビリティ**: Pure Go SQLiteドライバー使用により、CGO不要でどこでも動作 +![ダッシュボード](./docs/images/dashboard.png) +![課題一覧](./docs/images/list.png) +![API](./docs/images/api.png) + + ## TODO - 取り組み目安時間の登録 diff --git a/docs/images/api.png b/docs/images/api.png new file mode 100644 index 0000000..62fdd1c Binary files /dev/null and b/docs/images/api.png differ diff --git a/docs/images/dashboard.png b/docs/images/dashboard.png new file mode 100644 index 0000000..3fc2918 Binary files /dev/null and b/docs/images/dashboard.png differ diff --git a/docs/images/list.png b/docs/images/list.png new file mode 100644 index 0000000..219d095 Binary files /dev/null and b/docs/images/list.png differ