An open API service indexing awesome lists of open source software.

https://github.com/developeracademy-postech/2024-macc-a16-agami

Team AGAMI iOS Repository입니다.
https://github.com/developeracademy-postech/2024-macc-a16-agami

Last synced: about 1 month ago
JSON representation

Team AGAMI iOS Repository입니다.

Awesome Lists containing this project

README

        

# 2024-MacC-A16-AGAMI

## 소록 - 기억하고 싶은 모든 순간의 기억을 담다

|다운로드 바로가기|
|:---:|
[![Download on the App Store](https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg)](https://apps.apple.com/kr/app/%EC%86%8C%EB%A1%9D/id6736941716)


![image](https://github.com/user-attachments/assets/04a2d787-c02e-4817-af23-a0d89330ccb7)


## :pushpin: Features

- 들려오는 음악들을 플레이리스트 형태로 사진과 함께 기록합니다.
- 플레이리스트는 Apple Music 및 Spotify로 내보낼 수 있습니다.
- 또한, 기록된 플레이리스트를 Instagram Story로 공유할 수 있습니다.


## :people_hugging: Contributors

|정온유|홍지흔|박현수|우태훈|최서연|허예강|
|:---:|:---:|:---:|:---:|:---:|:---:|
|(나인 - Nain)|(이블린 - Evelyn)|(수박 - Soopark)|(션 - Sean)|(구리스 - Guryss)|(라프 - Raf)|
|||||||
|🎨 Designer|🎨 Designer|🛠️ Developer|🛠️ Developer|🛠️ Developer|🛠️ Developer|
|||[GitHub](https://github.com/00yhsp)|[GitHub](https://github.com/Sean9701)|[GitHub](https://github.com/Guryss)|[GitHub](https://github.com/ye-gang-jjang)|


## :sparkles: Skills & Tech Stack













## :label: Commit Convention

### Github Flow
- **label/<#Issue Number>** 브랜치에서 기능 개발이 이루어지고, 작업이 완료되면 **develop** 브랜치로 머지합니다.
- 배포 시 develop 브랜치를 **release** 브랜치로 분기하여 QA 후 배포합니다.

### **Rebase and Merge**
- 모든 Pull Request(PR)는 **Rebase and Merge**를 통해 머지합니다.
- 모든 커밋 히스토리를 Default Branch에 남기며, 선형으로 유지하기 위함입니다.

### **Labels**
|📌 Type|🖌️ Mean|
|:---|:---|
|✨ feat|기능 개발|
|😩 chore|프로덕션 코드 외 수정|
|🐞 fix|버그 픽스|
|🔨 refactor|코드 리팩토링|
|🥰 style|코드 스타일 변경|
|📃 docs|문서 작성 및 수정|
|🌍 deploy|배포 관련|
|✅ test|test 관련|