Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hogumachu/simplenote

SimpleNote is an app that makes it easy to jot down tasks
https://github.com/hogumachu/simplenote

cloudkit composable-architecture swiftdata swiftui tca

Last synced: about 2 months ago
JSON representation

SimpleNote is an app that makes it easy to jot down tasks

Awesome Lists containing this project

README

        

# SimpleNote

### SimpleNote는 할 일을 간편하게 기록할 수 있는 앱이에요.
- iCloud를 통해 iPhone, iPad 등 애플 생태계의 모든 앱 연동되어요.
- 폴더를 생성하여 원하는 할 일만 볼 수 있어요.
- 요일별로 나의 할 일을 손쉽게 확인할 수 있어요.

[](https://apps.apple.com/app/id6499097421)

# 앱 소개
![image](https://github.com/hogumachu/DDU-DO/assets/74225754/78a37ae8-e5bd-4037-b771-b2ec88cd15ee)

# 기술
* SwiftUI, TCA(v.1.9.3)
* SwiftData
* CloudKit

# 프로젝트 일정
#### v.1.0.0
- 2024.04.15 ~ 2024.04.22
- MVP로 빠르게 개발하여 배포했어요.
- SwiftData와 CloudKit을 활용하여 애플 생태계의 실시간 연동을 구현했어요.
- String catalog를 활용하여 한국어 뿐만 아니라 영어도 지원해요.

### v.1.0.1
- 2024.04.23 ~ 진행 중
- 모듈화를 통해 각각의 의존성을 분리하는 작업을 진행하고 있어요.