Local-First Diary
A local-first diary app made of a mobile client and a FastAPI synchronization server. The context identifies TypeScript as the main codebase with Python server code included.
- 문제: 모바일 다이어리를 로컬 우선으로 사용하면서 서버 동기화도 제공해야 했다.
- 해결: 모바일 클라이언트와 FastAPI 동기화 서버로 프로젝트를 구성했다.
- 결과: TypeScript 중심의 개인 기록 앱 구조로 정리됐다.