Skip to content

A simple Application for managing todo task, compose multiplatform app that support both Android and IOS. Feature- add task,update task, and delete task.

Notifications You must be signed in to change notification settings

BeingCoder786/ToDoYojana

Repository files navigation

This is a Kotlin Multiplatform project targeting Android, iOS.

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:

    • commonMain is for code that’s common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name. For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.
  • /iosApp contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform, you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.

  • voyager-navigation for navigation from once screen to another use voyager open source library.

  • viewmodel For viewmodel we used ScreenModel powered by Voyager

  • Koin For adding dependency

  • Realm for save todo task in db

Learn more about Kotlin Multiplatform

Screen.Recording.2024-04-11.at.10.16.42.PM.mov
Screen.Recording.2024-04-12.at.12.32.05.PM.mov

About

A simple Application for managing todo task, compose multiplatform app that support both Android and IOS. Feature- add task,update task, and delete task.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published