Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developeracademy-postech/2024-mc3-m17-teammosuchalamet-ios
팀모수샬라메 iOS
https://github.com/developeracademy-postech/2024-mc3-m17-teammosuchalamet-ios
apns appclips appintents appshortcut authenticationservices clean-architecture corehaptics coreimages keychain messages photos swiftui universallinks usernotifications watchconnectivity watchkit xctest
Last synced: about 1 month ago
JSON representation
팀모수샬라메 iOS
- Host: GitHub
- URL: https://github.com/developeracademy-postech/2024-mc3-m17-teammosuchalamet-ios
- Owner: DeveloperAcademy-POSTECH
- License: mit
- Created: 2024-07-23T04:38:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:12:15.000Z (3 months ago)
- Last Synced: 2024-09-09T08:48:52.593Z (3 months ago)
- Topics: apns, appclips, appintents, appshortcut, authenticationservices, clean-architecture, corehaptics, coreimages, keychain, messages, photos, swiftui, universallinks, usernotifications, watchconnectivity, watchkit, xctest
- Language: Swift
- Homepage: https://shoak.notion.site/Shoak-737cd36eb69b492dba3c5ac343878273?pvs=4
- Size: 5.94 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :iphone: 쇽, Shoak
**시선이 마주쳐야 대화를 시작할 수 있는 사람들에게 눈을 마주치는 가장 빠른 방법을 제공합니다.**## :fireworks: Screenshots
| Onboarding | Main | Setting |
------------ | ------------ | ------------ |
| | | |## :framed_picture: Demo
## :pushpin: Features
- **쇽 보내기(iOS & watchOS)**
- 푸시 알림(APNs)
- 친구 추가 - 메세지 & QR (Messages, MessageUI, CoreImage.CIFilterBuiltins)
- 설정## :sparkles: Skills & Tech Stack
## :people_hugging: Authors
[@Miles/김병훈](https://github.com/by-h00n), [@Nini/김유빈](https://github.com/ubeeni), [@Kumi/백예지](https://github.com/yejibaek), [@Vinci/이다빈](https://github.com/Dobbinci), [@Mosu/정종인](https://github.com/chongin12)
## 🔀 Github Convention
팀 컨벤션 목록### ✅ 이슈 생성 규칙
템플릿을 이용해주세요.
### ✅ 브랜치 생성 규칙
이슈를 먼저 만들고 나서 브랜치를 만들어주세요.
`{해당 이슈의 라벨}/#{이슈번호}` 형태로 만들어주세요.
ex) `feat/#16`
ex) `fix/#24`
### ✅ 커밋 규칙
`[#{이슈번호}] 커밋 요약` 형태로 적어주세요.
ex) `[#17] 전송 버튼 컴포넌트 추가`
ex) `[#26] 안쓰는 파일 정리`
### ✅ PR 규칙
`[{해당 이슈의 라벨}] {PR 제목}` 형태로 만들어주세요.
ex) `[feat] 메인 화면 구성`
ex) `[fix] 메세지 보내기 기능 수정`