Skip to content

Simple hobby project KMM which let's developer to enter their topics to be presented in their Developers Conference.

License

Notifications You must be signed in to change notification settings

raquezha/devconf-kmm

Repository files navigation

DevConf KMM

Simple project which let's developer to enter their topics to be presented in their Developers Conference. https://terrakok.github.io/kmp-web-wizard/

How to Run Project

1. Android

run android from the Run Configuration

2. iOS

run ios from the Run Configuration
or open ios/ios.xcodeproj in Xcode and Run

3. Desktop

$ ./gradlew :app-desktop:run

4. Web

$ cd devconf-kmm/app-web
$ kobweb run

Features


DevConf App provides the following features:

  • Register a topic
  • View current topic details
  • View list of topics
  • Remove topics they register
  • Can be used in any platform: Android, iOS, Desktop, Web

App Structure


The project currently has 4 main modules:

  1. android - This module contains the android application's UI built using Jetpack compose.
  2. desktop - This module contains the desktop application's UI built using Compose Multiplatform.
  3. ios - This module contains iOS code that holds the ios UI using Compose Multiplatform.
  4. web - Will be using kobweb for this one.
  5. shared - Contains the domain, data layers, and shared business logic.

Architecture

  • ballast - Opinionated Application State Management framework for Kotlin Multiplatform.

Libraries


  • arrow-kt - Idiomatic functional programming.
  • koin -The pragmatic Kotlin & Kotlin Multiplatform Dependency Injection framework.
  • ktorfit - HTTP client/Kotlin Symbol Processor for Kotlin Multiplatform ( Android, iOS, Js, Jvm, Linux) using KSP and Ktor clients inspired by Retrofit.
  • napier - Logger library for Kotlin Multiplatform.
  • mockk - Library for creating mocks for tests.
  • firebase - Firebase!
  • door - a Kotlin Symbol Processor that builds on Room and makes it possible to use Room databases, DAOs and entities with Kotlin Multiplatform (using expect/actual)

Color Scheme


Figma: https://bit.ly/devconf-colors

UI Tool Bridge


Relay is a tool that bridges the gap between two different UI tools, Figma and Jetpack Compose.

This allows Google Developer Creators to use the strengths of both tools to create better UIs for their apps. helps Google Developer Creators to create Jetpack Compose apps faster and more efficiently by enabling them to import UI packages directly from Figma.

Resources

Contributing


Pull request is always welcome!

License


Copyright 2023 Jan Celada

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Simple hobby project KMM which let's developer to enter their topics to be presented in their Developers Conference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published