https://github.com/hogumachu/inmymemory
자신의 기억을 저장할 수 있는 앱
https://github.com/hogumachu/inmymemory
clean-architecture reactorkit rxflow rxswift
Last synced: about 14 hours ago
JSON representation
자신의 기억을 저장할 수 있는 앱
- Host: GitHub
- URL: https://github.com/hogumachu/inmymemory
- Owner: hogumachu
- Created: 2023-12-29T13:56:38.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-13T15:40:19.000Z (about 2 years ago)
- Last Synced: 2026-01-02T07:19:42.203Z (4 months ago)
- Topics: clean-architecture, reactorkit, rxflow, rxswift
- Language: Swift
- Homepage:
- Size: 4.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InMyMemory
[](https://codecov.io/gh/hogumachu/InMyMemory)
InMyMemory는 자신의 기억을 저장할 수 있는 앱입니다.
### 앱 소개

### 기술
* RxSwift, ReactorKit
* RxFlow
* Clean Architecture
### 모듈 구조
* Shared: 공용으로 사용되는 모듈
* Domain: Entity, Interface, UseCase
* Data: DB, Repository (Implementation)
* Presentation: View, Reactor, etc (UI)
### 테스팅
* XCTest
* Quick, Nimble
* SnapshotTesting