C41M50N / OptimalSleepCalculator

A simple Android application for calculating the optimal sleep schedule based on a few parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimal Sleep Calculator

Optimal Sleep Calculator (OSC) is a simple application for calculating the optimal wake-up and bed time based on the respective reciprocals.

Design Patterns

  • Page Oriented Design, where business logic, ui state, and ui components all live in the page | branch
  • Domain Driven Design (Clean Architecture); where business logic lives in the domain layer, ui state is contained in a view model, and ui components live in the presentation layer | branch

About

A simple Android application for calculating the optimal sleep schedule based on a few parameters.


Languages

Language:Kotlin 100.0%