mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
21 lines
622 B
Markdown
21 lines
622 B
Markdown
# DoNext
|
|
|
|
[](https://github.com/wismna/DoNext/actions/workflows/android.yaml)
|
|
|
|
DoNext is an a task app that aims for simplicity.
|
|
You can create and arrange task lists, create, edit and delete tasks...
|
|
|
|
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
|