A simple, modern, and private note-taking app for Android, inspired by Google Keep. No login or syncing required.
- Create, edit, and delete notes
- Pin, archive, and delete notes
- Color-coded notes with light/dark theme support
- Grid and list view toggle
- Search bar UI (search logic coming soon)
- Side menu for navigation (Notes, Archive, Deleted Notes, Theme)
- Auto-save and instant updates
- Material You-inspired UI
- No account or cloud required: all data is stored locally
- Clone the repository:
git clone https://github.com/ahmadthakur/PrivateNotes
- Open the project in Android Studio.
- Build and run on an emulator or device.
app/src/main/java/com/example/privatenotes/— Main app source codeapp/src/main/res/— Resources (layouts, drawables, colors, etc.)build.gradle.kts,settings.gradle.kts— Project build scripts
- Android Studio Giraffe or newer
- Minimum SDK: 23 (Android 6.0)
- Kotlin, Jetpack Compose, Room, Material3
This project is licensed under the MIT License.
Last updated: December 25, 2025