Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.98 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.98 KB

The App is under development

SnoozeLoo

SnoozeLoo is an alarm app that utilizes modern Android technologies, including Jetpack Compose, MVI Architecture, Room, and Koin. The app allows users to create alarms and create repeatable alarms by selecting specific days. The app also supports both light and dark modes.

App Features

  1. All data is stored locally using Room Database.
  2. Dependency Injection with Koin.
  3. UI adjusts with almost every screen size.
  4. UI created with Jetpack Compose and Material3.
  5. Supports both Light and Dark Mode.

Screenshots

Empty Alarm List (Light) Empty Alarm List (Dark)
Create Alarm (Light) Create Alarm (Dark)
Ringtone Setting (Light) Ringtone Setting (Dark)
Alarm List (Light) Alarm List (Dark)