Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.md #82

Merged
merged 1 commit into from
Sep 29, 2024
Merged
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
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# WeCare

**노숙인 프로그램 참여 독려를 위한, 기관 프로그램 챌린지 서비스 WeCare**
노숙인 프로그램 참여 독려를 위한, 기관 프로그램 챌린지 서비스 WeCare

<br />

Expand Down Expand Up @@ -61,6 +61,46 @@
```
<br />

# How to start
```bash
yarn install
yarn dev
yarn build
yarn start
```
<br>


# UI
<div>
<img height="400" alt="main" src="https://github.com/user-attachments/assets/2be599ad-8f1e-4410-ba80-f1775921adb0">
<img height="400" alt="login" src="https://github.com/user-attachments/assets/ea9daf9d-637d-4b93-8803-266e1eeef9c2">
<img height="400" alt="signup" src="https://github.com/user-attachments/assets/5de702ac-13c5-4d9f-b34d-2d07aff2e793">
</div>
<div>
<img height="400" alt="mychallenge" src="https://github.com/user-attachments/assets/4c9f8be0-8bbb-4223-a343-a9e54b8cc5a1">
<img height="400" alt="mychallenge" src="https://github.com/user-attachments/assets/c964b9fa-60f5-4abd-a8ce-1f7860bb8a54">
</div>
<div>
<img height="400" alt="mychallenge" src="https://github.com/user-attachments/assets/4ad7cdd2-f639-4895-b6e6-81c966c4a784">
<img height="400" alt="challengerecord" src="https://github.com/user-attachments/assets/f4bbe891-beb3-4e67-bcc5-0a0b1c018a93">
</div>
<div>
<img height="400" alt="calendar" src="https://github.com/user-attachments/assets/bcf9c186-7626-492f-9d31-3c0574c59fab">
<img height="400" alt="calendar" src="https://github.com/user-attachments/assets/769e1ec8-a35f-4c62-9404-bc8af3fc2a2d">
</div>

<div>
<img height="400" alt="mypage" src="https://github.com/user-attachments/assets/6fcea908-42e0-489f-8bc4-aeb17bedece9">
<img height="400" alt="mypage" src="https://github.com/user-attachments/assets/b142fc23-8c3a-4d9f-a497-cac49aeeb2d2">
</div>
<div>
<img height="400" alt="mypage" src="https://github.com/user-attachments/assets/f2394dd4-ff17-44ee-aff4-2592c191c92d">
<img height="400" alt="mypage" src="https://github.com/user-attachments/assets/8c0bd284-949e-4e79-9eee-28ac7db54b49">
</div>



# Member
## Front-end

Expand Down