From 3d0e18a0feb9917c8979213036ccee38c369452f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Jos=C3=A9?= Date: Mon, 17 Jul 2023 20:38:09 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1215115..feecabc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This app provides a simple solution for users to create, manage and track items ### Shared Layer | Library | description | | ----------- | ----------- | +| [Compose for IOS](https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/) | Shared interface using Compose Multiplatform for IOS to build user interface once, 100% in Kotlin, and use it on Android and iOS | | UseCase Pattern | | | Repository Pattern | | | [ktor](https://ktor.io/) | Asynchronous HTTP client for requests | @@ -39,13 +40,14 @@ This app provides a simple solution for users to create, manage and track items ## TODO: -In which I intend to implement the following items as available +In which I intend to implement the following items as available: +[Project Board](https://github.com/users/haroldjose30/projects/1/views/2) ### Features to be developed: -- [ ] User account creation and login +- [X] User account creation and login - [X] Adding, editing and deleting items on the list - [X] Item completion tracking -- [ ] Sharing the list with multiple users +- [X] Sharing the list with multiple users - [ ] Item categorization - [ ] Item priority setting - [ ] Item search functionality