Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# ChariMachi
# CHARIMACHI

<img src="./mobile-app/assets/images/icon.png" alt="icon" width="200" />
![CHARIMACHI](./screenshot/thumbnail.png)

## 概要
<video src="./screenshot/demo.mp4" controls="true" width="600" style="display:block;"></video>

自転車の車道通行を目的とした適切なルート提案アプリ
<p style="text-align: center;">
<img src="./screenshot/marker.png" alt="注位置点表示" width="200" />
<img src="./screenshot/score.png" alt="快適度" width="200" />
</p>

## なぜこのサービスを作るのか
## 概要

注意喚起のみだとそのアプリを利用する動機づけにはならないと思い、
ユーザーが自転車利用する日常にフィットするアプリで、その機能にて車道通行を促進したい
安全、快適な車道通行ルートを提案する 自転車専用ナビアプリ CHARIMACHI

チーム内には自転車利用者もおり、通行時の課題を考え、
車道走行はできるが車両通行量が多かったり、道幅が狭かったりする道があるため、
それを避けながら目的地に誘導してくれるサービスを開発しようと思った。
自転車利用者が安心して車道を走行できるよう支援するナビゲーションアプリを開発しました。自転車での移動を安全かつ快適に走行できるルートを検索・提示し、通行に適した道を優先的に案内します。さらに、交通安全に関する注意喚起として、事故が多発している場所や違反率が高い場所へのピン止めなどをすることで、事故や違反が身近にあるという認識を高め、車道通行の重要性理解を促進します。
注意喚起をするだけのサービスでは、重要性を理解されていない方々への普及は難しいと考え、日常的につかうナビゲーションアプリとすることで、安全な走行環境を提供しつつ、自転車の車道通行を社会に定着させることを目指します。

## なぜこのサービスを作るのか

そのため今回は自転車の安全かつ快適な走行ルートを提案するアプリを作ることにした
車道通行が根付かない要因として、事故や違反が身近にあるという認識が薄く、注意喚起を目にする機会も少ないため、その重要性を十分に理解していないこと、さらに安全に通行できない車道が存在し、安全・快適に自転車を走行できるルートが確認できないことにあると考えました。本サービスではこの二点の課題解決を目指します。

### 安全かつ快適とはどのような道か

Expand Down
6 changes: 3 additions & 3 deletions mobile-app/app.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions mobile-app/app/(tabs)/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ export default function AboutScreen() {
<SafeAreaView className="flex-1 bg-background-0">
<ScrollView className="flex-1 p-4">
<Heading size="2xl" className="mb-6 text-center text-typography-900">
ChariMachi
CHARIMACHI
</Heading>

<Center>
<Image
size="lg"
source={require("@/assets/images/icon.png")}
alt="ChariMachiのロゴ"
alt="CHARIMACHIのロゴ"
/>
</Center>

<Description>
ChariMachiは、自転車の車道通行を目的とした適切なルート提案アプリです。
CHARIMACHIは、自転車の車道通行を目的とした適切なルート提案アプリです。
</Description>
<Description>
このアプリは、ユーザーが自転車を安全かつ快適に利用できるよう、最適なルートを提案します。
Expand Down
Binary file modified mobile-app/assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mobile-app/assets/images/splash-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/demo.mp4
Binary file not shown.
Binary file added screenshot/marker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/score.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading