diff --git a/README.md b/README.md
index fe28656..e06a98b 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,24 @@
-# ChariMachi
+# CHARIMACHI
-
+
-## 概要
+
-自転車の車道通行を目的とした適切なルート提案アプリ
+
+
+
+
-## なぜこのサービスを作るのか
+## 概要
-注意喚起のみだとそのアプリを利用する動機づけにはならないと思い、
-ユーザーが自転車利用する日常にフィットするアプリで、その機能にて車道通行を促進したい
+安全、快適な車道通行ルートを提案する 自転車専用ナビアプリ CHARIMACHI
-チーム内には自転車利用者もおり、通行時の課題を考え、
-車道走行はできるが車両通行量が多かったり、道幅が狭かったりする道があるため、
-それを避けながら目的地に誘導してくれるサービスを開発しようと思った。
+自転車利用者が安心して車道を走行できるよう支援するナビゲーションアプリを開発しました。自転車での移動を安全かつ快適に走行できるルートを検索・提示し、通行に適した道を優先的に案内します。さらに、交通安全に関する注意喚起として、事故が多発している場所や違反率が高い場所へのピン止めなどをすることで、事故や違反が身近にあるという認識を高め、車道通行の重要性理解を促進します。
+注意喚起をするだけのサービスでは、重要性を理解されていない方々への普及は難しいと考え、日常的につかうナビゲーションアプリとすることで、安全な走行環境を提供しつつ、自転車の車道通行を社会に定着させることを目指します。
+
+## なぜこのサービスを作るのか
-そのため今回は自転車の安全かつ快適な走行ルートを提案するアプリを作ることにした
+車道通行が根付かない要因として、事故や違反が身近にあるという認識が薄く、注意喚起を目にする機会も少ないため、その重要性を十分に理解していないこと、さらに安全に通行できない車道が存在し、安全・快適に自転車を走行できるルートが確認できないことにあると考えました。本サービスではこの二点の課題解決を目指します。
### 安全かつ快適とはどのような道か
diff --git a/mobile-app/app.json b/mobile-app/app.json
index 3f43a1d..4039382 100644
--- a/mobile-app/app.json
+++ b/mobile-app/app.json
@@ -1,11 +1,11 @@
{
"expo": {
- "name": "ChariMachi",
- "slug": "ChariMachi",
+ "name": "CHARIMACHI",
+ "slug": "CHARIMACHI",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
- "scheme": "ChariMachi",
+ "scheme": "CHARIMACHI",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
diff --git a/mobile-app/app/(tabs)/about.tsx b/mobile-app/app/(tabs)/about.tsx
index f9ca5e3..f4a650e 100644
--- a/mobile-app/app/(tabs)/about.tsx
+++ b/mobile-app/app/(tabs)/about.tsx
@@ -12,19 +12,19 @@ export default function AboutScreen() {
- ChariMachi
+ CHARIMACHI
- ChariMachiは、自転車の車道通行を目的とした適切なルート提案アプリです。
+ CHARIMACHIは、自転車の車道通行を目的とした適切なルート提案アプリです。
このアプリは、ユーザーが自転車を安全かつ快適に利用できるよう、最適なルートを提案します。
diff --git a/mobile-app/assets/images/icon.png b/mobile-app/assets/images/icon.png
index 68037ea..f4eb5b7 100644
Binary files a/mobile-app/assets/images/icon.png and b/mobile-app/assets/images/icon.png differ
diff --git a/mobile-app/assets/images/splash-icon.png b/mobile-app/assets/images/splash-icon.png
index 68037ea..f4eb5b7 100644
Binary files a/mobile-app/assets/images/splash-icon.png and b/mobile-app/assets/images/splash-icon.png differ
diff --git a/screenshot/demo.mp4 b/screenshot/demo.mp4
new file mode 100644
index 0000000..e984bc9
Binary files /dev/null and b/screenshot/demo.mp4 differ
diff --git a/screenshot/marker.png b/screenshot/marker.png
new file mode 100644
index 0000000..f73b9e5
Binary files /dev/null and b/screenshot/marker.png differ
diff --git a/screenshot/score.png b/screenshot/score.png
new file mode 100644
index 0000000..7f3519f
Binary files /dev/null and b/screenshot/score.png differ
diff --git a/screenshot/thumbnail.png b/screenshot/thumbnail.png
new file mode 100644
index 0000000..46beb1e
Binary files /dev/null and b/screenshot/thumbnail.png differ