Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.57 KB

README.md

File metadata and controls

52 lines (45 loc) · 1.57 KB

Achivit-App

It is a work in progress 🚧.

A planner app...

Screen Record

Auth Home Tasks Date Picker

Features

  • Offline-first data using Room Database and Cloud Firestore
  • Full Text Search (Ft4)
  • Asynchronous work with Coroutines
  • Persistent work with Work Manager
  • Schedules/Reminders with Alarm Manager
  • In-App Notifications
  • Beautiful and minimalistic UI with Jetpack Compose
  • Filter Tasks
  • Dark/Light Themes

Tech Stack, API and Libraries used

  • Room Database
  • Firebase Firestore & Google Auth
  • XML plus Jetpack Compose Migration
  • Alarm Manager
  • Coroutines
  • Work Manager