Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.63 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.63 KB

The "obvious" SwiftUI Notes App

Minimal multimodule/zero packages Swift/SwiftUI iOS app implementing direct CRUD operations to a SQLite3 db using the C Api.



Architechture


Stack

No packages used


Features

  • Fast SQLite3 integration (C Api) with direct query statments
  • Pagination
  • Manual constructor DI
  • Interface segration
  • Internationalization (English/Spanish)
  • Light/Dark themes
  • SwiftUI custom components and custom paths

Unit tests

Crucial logic tested in the NotesCore and NotesFeatures modules.