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

readme 링크 및 디렉토리 구조 설명 추가 #86

Merged
merged 2 commits into from
Nov 8, 2024
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
26 changes: 26 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
> [!NOTE]
> PR 작성 전 체크 리스트
> - Assignees에 PR 작성자를 추가해 주세요.
> - PR에 라벨과 프로젝트를 설정해 주세요.
> - PR 생성 후 2명의 리뷰어가 잘 설정되었는지 확인해 주세요.

**<PR 생성 전 위 내용은 모두 삭제해주세요>**

--- 절취선 ---

## ✏️ 한 줄 설명
> 이 PR의 주요 변경 사항이나 구현된 내용을 간략히 설명해 주세요.


## ✅ 작업 내용
-

## 🏷️ 관련 이슈
-

## 📸 스크린샷/영상
> 이번 PR에서 변경되거나 추가된 뷰가 있는 경우 이미지나 동작 영상을 첨부해 주세요.


## 📌 리뷰 진행 시 참고 사항
> 리뷰 코멘트 작성 시 특정 사실에 대해 짚는 것이 아니라 코드에 대한 의견을 제안할 경우, 강도를 함께 제시해주세요! (1점: 가볍게 참고해봐도 좋을듯 ↔ 5점: 꼭 바꾸는 게 좋을 것 같음!)
63 changes: 40 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,55 @@
## 🐝 팀 소개

### 우리팀은 BUZZZZZ...✨입니다
## 🐝 HoneyFlow 서비스 소개

<div align="center">

| J077 김현진 | J082 나희진 | J095 문지후 | J108 박병주 | J218 전호균 |
|---|---|---|---|---|
|![enter image description here](https://avatars.githubusercontent.com/u/127650598?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/105726712?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/157210807?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/62245207?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/4702412?v=4)|
| BE | FE | FE | FE | FE
| [@fru1tworld](https://github.com/fru1tworld) |[@heegenie](https://github.com/heegenie)|[@CatyJazzy](https://github.com/CatyJazzy) |[@parkblo](https://github.com/parkblo) |[@hoqn](https://github.com/parkblo) |
<img width="894" alt="HoneyFlowIntro" src="https://github.com/user-attachments/assets/f4602545-e068-448e-beb3-d276d9ecc360">


<br/>

### 그라운드룰
<b>" Think Linked, Map Together "</b>

- [> 보러가기](https://github.com/boostcampwm-2024/web29-honeyflow/wiki/%EA%B7%B8%EB%9D%BC%EC%9A%B4%EB%93%9C%EB%A3%B0)

<br/>

## 🐝 HoneyFlow 서비스 소개
그동안 야생에서 해왔던 학습 정리, 어렵지 않으셨나요? 😣

### " Think Linked, Map Together "
내용의 "구조화"가 이루어지지 않았기 때문입니다. HoneyFlow가 해결합니다.

> 그동안 야생에서 해왔던 학습 정리, 어렵지 않으셨나요?
> 내용의 "구조화"가 이루어지지 않았기 때문입니다. HoneyFlow가 해결합니다.
<img width="894" alt="HoneyFlowIntro" src="https://github.com/user-attachments/assets/f4602545-e068-448e-beb3-d276d9ecc360">
|🔗 링크|[📜 노션](https://psychedelic-pumpkin-26b.notion.site/HoneyFlow-12a9594041ea80fc9ae3d4cff0b6cc3a)|[🎨 피그마](https://www.figma.com/design/Uewm0B9ooTzIyN1pY9ZFVl/HoneyFlow-UI?t=rGVV4Pe2usnsTZUp-1)|[📚 Wiki](https://github.com/boostcampwm-2024/web29-honeyflow/wiki)|
|:-:|:-:|:-:|:--:|

</div>

<br/>
<br/>

## 🐝 More Info
- [> 팀 노션 스페이스](https://psychedelic-pumpkin-26b.notion.site/HoneyFlow-12a9594041ea80fc9ae3d4cff0b6cc3a?pvs=4)
## 🐝 디렉토리 구조

```
📂 web29-honeyflow/
├── 📂 packages/ 모노레포의 패키지들이 위치
│ ├── 📂 backend/ 백엔드 관련 패키지
│ │ ├── 📂 src/
│ │ ├── 📄 package.json
│ │ └── 📄 tsconfig.json
│ ├── 📂 frontend/ 프론트엔드 관련 패키지
│ │ ├── 📂 src/
│ │ ├── 📄 package.json
│ │ └── 📄 tsconfig.json
│ └── 📂 shared/ 프론트엔드와 백엔드에서 공용으로 사용하는 패키지
├── 📄 eslint.config.mjs
├── 📄 pnpm-lock.yaml
├── 📄 package.json
└── 📄 tsconfig.json
```


## 🐝 팀 소개

### 우리팀은 BUZZZZZ...✨입니다


| J077 김현진 | J082 나희진 | J095 문지후 | J108 박병주 | J218 전호균 |
|---|---|---|---|---|
|![enter image description here](https://avatars.githubusercontent.com/u/127650598?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/105726712?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/157210807?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/62245207?v=4)|![enter image description here](https://avatars.githubusercontent.com/u/4702412?v=4)|
| BE | FE | FE | FE | FE
| [@fru1tworld](https://github.com/fru1tworld) |[@heegenie](https://github.com/heegenie)|[@CatyJazzy](https://github.com/CatyJazzy) |[@parkblo](https://github.com/parkblo) |[@hoqn](https://github.com/parkblo) |



Loading