2018-11-08 15:26:54 +01:00
|
|
|
# DoNext
|
2018-11-08 15:07:24 +01:00
|
|
|
|
2025-07-12 11:59:06 -04:00
|
|
|
[](https://github.com/wismna/DoNext/actions/workflows/android.yaml)
|
2018-11-08 15:07:24 +01:00
|
|
|
|
2025-10-01 21:35:25 -04:00
|
|
|
DoNext is an a task app that aims for simplicity.
|
2018-11-08 15:07:24 +01:00
|
|
|
You can create and arrange task lists, create, edit and delete tasks...
|
|
|
|
|
2025-10-01 21:35:25 -04:00
|
|
|
Focus on what's important:
|
|
|
|
- Tasks are sorted by priority
|
|
|
|
- Easily see when each task is due, with a warning when it's overdue
|
|
|
|
- All tasks due today are grouped in a special view
|
|
|
|
|
|
|
|
## Technical stack
|
|
|
|
|
|
|
|
DoNext is made with:
|
|
|
|
- Kotlin
|
|
|
|
- Jetpack Compose for UI
|
|
|
|
- Hilt for dependency injection
|
|
|
|
- Room for the Database
|
|
|
|
- Clean Architecture
|