An open API service indexing awesome lists of open source software.

https://github.com/foso/foso


https://github.com/foso/foso

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hi there, I am Jens

I'm a software engineer and passionate about Open Source. I like experimenting with Kotlin, in particular multiplatform projects. Here are some of my projects. If you like my work and you want to stay updated, please follow me on:
* GitHub

## Kotlin Multiplatform

* [Ktorfit](https://github.com/Foso/Ktorfit)

HTTP client / Kotlin Symbol Processor for Kotlin Multiplatform (Js, Jvm, Android, Native, iOS) using KSP and Ktor clients inspired by Retrofit

* [Showdown](https://github.com/Foso/Showdown) (Kotlin JVM/JS)

Showdown is a selfhosted open source web app/server, you can use for remote planning poker® with scrum teams. Try at http://showdown.fly.dev/#/

* [Sheasy](https://github.com/Foso/Sheasy) (Kotlin JVM/JS)

This an Android App that helps you share/manage your files on your Android Device through a WebInterface in the Browser - Built with Ktor and Kotlin-React


* [KotlinReactNativeMpp](https://github.com/Foso/KotlinReactNativeMpp) (Kotlin JS)

A ReactNative App written with Kotlin JS

## Android

* [Jetpack Compose Playground](https://github.com/Foso/Jetpack-Compose-Playground)

Community-driven collection of Jetpack Compose example code and tutorials https://foso.github.io/compose

## Kotlin

* [HtmlToComposeWebConverter](https://github.com/Foso/HtmlToComposeWebConverter) (Kotlin JVM)

Intellij-based Plugin that can convert HTML to Compose for Web code.

* [Folders2kt](https://github.com/Foso/Folders2kt) (Kotlin JVM)

A Interpreter/Transpiler for the Folders esoteric programming language, a language with no code and just folders, written in Kotlin

## Kotlin Compiler
* [KotlinCompilerPluginExample](https://github.com/Foso/KotlinCompilerPluginExample) (Kotlin JVM/JS/Native)

This is an example project that shows how to create a Kotlin Compiler Plugin.The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal log.

* [MpApt](https://github.com/Foso/MpApt) (Kotlin JVM/JS/Native)

Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins

* [Cabret-Log](https://github.com/Foso/Cabret-Log) (Kotlin JVM/JS/Native)

Method call logging for Kotlin Multiplatform