Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.15 KB

File metadata and controls

39 lines (31 loc) · 1.15 KB

Private Notes

A simple, modern, and private note-taking app for Android, inspired by Google Keep. No login or syncing required.

Features

  • 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

Getting Started

  1. Clone the repository:
    git clone https://github.com/ahmadthakur/PrivateNotes
  2. Open the project in Android Studio.
  3. Build and run on an emulator or device.

Project Structure

  • app/src/main/java/com/example/privatenotes/ — Main app source code
  • app/src/main/res/ — Resources (layouts, drawables, colors, etc.)
  • build.gradle.kts, settings.gradle.kts — Project build scripts

Requirements

  • Android Studio Giraffe or newer
  • Minimum SDK: 23 (Android 6.0)
  • Kotlin, Jetpack Compose, Room, Material3

License

This project is licensed under the MIT License.


Last updated: December 25, 2025