I’m putting together a very lightweight note-taking application that runs natively on both iOS and Android. The goal is minimalism: open the app, jot a quick text note, have it stored locally, and be able to switch the interface between light and dark mode. Scope & key points • Platform: both iOS and Android; I’m flexible on whether you use Flutter, React Native, native Swift/Kotlin, or another modern framework—as long as the final builds run smoothly on current iOS and Android versions. • Authentication: none at all. The app should launch straight to the notes list/editor with no sign-up or login flow. • Core feature: dark mode support that follows system settings or allows a manual toggle inside the app. Fancy text formatting or tagging isn’t necessary for this first iteration. Deliverables 1. Clean, well-commented source code. 2. Compilable projects or release builds for both platforms. 3. A short README covering build steps and any third-party libraries used. Acceptance criteria • The app installs and opens without crashes on the latest iOS and Android versions. • Users can create, edit, delete, and persist simple text notes locally. • UI seamlessly switches between light and dark themes. If this starter version goes smoothly, I’ll consider adding features like tagging or cloud sync in a follow-up project, so write the code with easy extensibility in mind. Looking forward to seeing how you keep things clean and efficient!