Skip to content

Commit

Permalink
Merge pull request #12 from haroldjose30/update-Readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
haroldjose30 authored Jul 17, 2023
2 parents 5c96903 + 3d0e18a commit b0854b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
Expand Down

0 comments on commit b0854b9

Please sign in to comment.