https://github.com/developeracademy-postech/2025-c6-a13-nbs
뉴스를 새롭게 ! 뉴뉴스 ~ 🗞️
https://github.com/developeracademy-postech/2025-c6-a13-nbs
composable-architecture javascript safari-extension swift6 swiftui tuist
Last synced: 28 days ago
JSON representation
뉴스를 새롭게 ! 뉴뉴스 ~ 🗞️
- Host: GitHub
- URL: https://github.com/developeracademy-postech/2025-c6-a13-nbs
- Owner: DeveloperAcademy-POSTECH
- Created: 2025-09-29T07:09:08.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2025-12-28T05:28:33.000Z (6 months ago)
- Last Synced: 2025-12-30T12:12:41.387Z (6 months ago)
- Topics: composable-architecture, javascript, safari-extension, swift6, swiftui, tuist
- Language: HTML
- Homepage:
- Size: 69.7 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# 📰 탭탭
> 세상을 바꾸는 작은 시작, 뉴BI 스TOP 팀의 프로젝트입니다.
## 📆 Project Period
- 전체 기간: `2025.09.01 ~ 진행중`
- 개발 기간: `2025.10.01 ~ 진행중`
## 💡 Feature
1. **Safari 확장프로그램**을 통해 기사를 읽으며 동시에 문장별 하이라이트와 메모를 남기기

----
2. 앱에서 **내가 만든 뉴스 요약본**을 스크랩하기

## 🧱 Architecture
- **The Composable Architecture (TCA)** 기반으로 상태, 액션, 이펙트를 일관되게 관리
- **App Group + Share Extension** 으로 브라우저에서 선택한 문장을 앱으로 전달
- **SwiftData** 를 사용해 하이라이트/메모를 로컬에 저장
- **Tuist 기반 모듈 분리**(Nbs, DesignSystem, Domain, Feature)
## 🛠 Tech Stack
### Envrionment
### Development
### Communication
## 🚀 Getting Started
```sh
# 1. 프로젝트 clone
https://github.com/DeveloperAcademy-POSTECH/2025-C6-A13-NBS.git
# 2. Tuist 설치
tuist install
# 3. 프로젝트 생성 및 Xcode 실행
tuist generate
```
## 📚 Documentation
👉 자세한 내용은 [Wiki](https://github.com/DeveloperAcademy-POSTECH/2025-C6-A13-NBS/wiki)를 확인하세요!