Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cllaude99 committed May 9, 2024
2 parents bc85325 + 677c196 commit ffccc39
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "ap-northeast-2"
SOURCE_DIR: "dist"
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: ${{ secrets.SOURCE_DIR }}
68 changes: 67 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
[![CI/CD](https://github.com/IT-Cotato/9th-Midpoint-FE/actions/workflows/deploy.yml/badge.svg)](https://github.com/IT-Cotato/9th-Midpoint-FE/actions/workflows/deploy.yml)

### 중간 지점 찾기
<div><img src="https://capsule-render.vercel.app/api?type=waving&color=4B89DC&height=300&section=header&text=중간지점찾기&fontSize=90&fontColor=ffffff" /></div>


[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FIT-Cotato%2F9th-Midpoint-FE&count_bg=%231484DB&title_bg=%232F2E2E&icon=googlemaps.svg&icon_color=%23FBFBFB&title=%EC%A4%91%EA%B0%84%EC%A7%80%EC%A0%90%EC%B0%BE%EA%B8%B0&edge_flat=false)](https://hits.seeyoufarm.com)

## 👉🏻 [중간 지점 찾기](https://cotato-midpoint.site/)
#### 👉🏻 [위 링크 접속 불가시](http://cotato-midpoint.s3-website.ap-northeast-2.amazonaws.com)

# 👋 팀원 소개

## Front-End

| 이름 | 기수 | Email |
| -------------------------------------------- | ------ | -------------------- |
| [김태윤](https://github.com/Cllaude99) | 8기 | [email protected] |
| [채다희](https://github.com/chae-dahee) | 8기 | [email protected] |


# 🛠️ Stack

---

## 1. 프로젝트 명


## 2. 프로젝트 소개


## 3. 프로젝트 구조도


## 4. 화면 설명


---


## 클라이언트 구조
<img width="647" alt="image" src="https://github.com/IT-Cotato/9th-Midpoint-FE/assets/96279437/48ed4311-6177-4a87-8e84-771eb1814b35">



## 🎯 Commit Convention

- feat : 새로운 기능 추가
- fix : 버그 수정
- docs : 문서 수정
- style : 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
- refactor: 코드 리펙토링
- test: 테스트 코드, 리펙토링 테스트 코드 추가
- chore : 빌드 업무 수정, 패키지 매니저 수정

## 💡 PR Convetion

| 아이콘 | 코드 | 설명 |
| ------ | -------------------------- | ------------------------ |
| 🎨 | :art | 코드의 구조/형태 개선 |
| ⚡️ | :zap | 성능 개선 |
| 🔥 | :fire | 코드/파일 삭제 |
| 🐛 | :bug | 버그 수정 |
| 🚑 | :ambulance | 긴급 수정 |
|| :sparkles | 새 기능 |
| 💄 | :lipstick | UI/스타일 파일 추가/수정 |
|| :rewind | 변경 내용 되돌리기 |
| 🔀 | :twisted_rightwards_arrows | 브랜치 합병 |
| 💡 | :bulb | 주석 추가/수정 |
| 🗃 | :card_file_box | 데이버베이스 관련 수정 |

0 comments on commit ffccc39

Please sign in to comment.