Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.72 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.72 KB

Simple Note

API Profile

A simple note taking app with other features such as checklist, reminder and progress tracker

Preview

note checklist checklist reminder pt

Tech stack & Libraries

  • Kotlin - Modern native Android programming language.
  • XML - Used for designing the UI.
  • SQLite - Lightweight relational database for local data persistence.
  • MPAndroidChart - Library for creating charts and graphs.
  • Broadcast Receiver - Used for notification for reminder feature.

Features

  • Note Taking: Create and edit text notes.
  • Checklist Taking:
    • Create checklists with multiple items.
    • Mark items as complete.
  • Reminders:
    • Set reminders for tasks or events.
    • Manage and edit reminders.
    • Receive notifications for reminders.
  • Progress Tracker:
    • Manually track progress on tasks or goals.
    • Visualize progress with a pie chart.