Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogumachu/inmymemory
자신의 기억을 저장할 수 있는 앱
https://github.com/hogumachu/inmymemory
clean-architecture reactorkit rxflow rxswift
Last synced: about 2 months ago
JSON representation
자신의 기억을 저장할 수 있는 앱
- Host: GitHub
- URL: https://github.com/hogumachu/inmymemory
- Owner: hogumachu
- Created: 2023-12-29T13:56:38.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-03-13T15:40:19.000Z (10 months ago)
- Last Synced: 2024-03-14T15:13:07.491Z (10 months ago)
- Topics: clean-architecture, reactorkit, rxflow, rxswift
- Language: Swift
- Homepage:
- Size: 4.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InMyMemory
[![codecov](https://codecov.io/gh/hogumachu/InMyMemory/graph/badge.svg?token=EHJTO5HDZK)](https://codecov.io/gh/hogumachu/InMyMemory)
InMyMemory는 자신의 기억을 저장할 수 있는 앱입니다.
### 앱 소개
![image](https://github.com/hogumachu/DDU-DO/assets/74225754/da11a74d-2c0a-4610-b44a-6f7f234a83d8)
### 기술
* RxSwift, ReactorKit
* RxFlow
* Clean Architecture### 모듈 구조
* Shared: 공용으로 사용되는 모듈
* Domain: Entity, Interface, UseCase
* Data: DB, Repository (Implementation)
* Presentation: View, Reactor, etc (UI)### 테스팅
* XCTest
* Quick, Nimble
* SnapshotTesting