Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llMaximll authored Jan 15, 2022
1 parent 0206e10 commit 82c1bfd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# ToDoApp
# ToDoApp

**ToDoApp** - это простое приложение, в котором возможно создавать, изменять, удалять задачи, добавлять уведомления, отмечать выполненные задачи.
В проекте используются:

- ViewModel
- LiveData
- Hilt (для Dependency Injection)
- Kotlin Coroutines
- Kotlin Flows
- Room (работы с базой данных)
- Jetpack Navigation (для навигации в приложении)
- WorkManager (для фоновой работы)
- Material Design 3

| <img src="https://user-images.githubusercontent.com/62645670/149627042-7202dae5-dea2-44ce-8019-96249843311c.jpg" width="150" /> | <img src="https://user-images.githubusercontent.com/62645670/149627041-1094957e-8741-47c5-80ed-8e6a05083ee7.jpg" width="150" /> |
|--|--|
| <img src="https://user-images.githubusercontent.com/62645670/149627057-3d4401d8-5eb8-474e-9099-b9fd24b8d061.jpg" width="150" /> | <img src="https://user-images.githubusercontent.com/62645670/149627054-bdd66e96-ef37-44e6-87e4-4fb78857b235.jpg" width="150" /> |
| <img src="https://user-images.githubusercontent.com/62645670/149627048-86727561-77c4-4887-99e4-e4eb670054df.jpg" width="150" /> | <img src="https://user-images.githubusercontent.com/62645670/149627046-23a0278e-9ae0-4b04-b95a-a5d5a7e13891.jpg" width="150" />

0 comments on commit 82c1bfd

Please sign in to comment.