
Online portfolio web application project developed using Kotlin/Wasm and Compose Multiplatform.
You can check it right away by accessing yjyoon.dev regardless of PC or mobile.
Since Kotlin/Wasm is still in alpha version, the first loading of the page may be a bit stuttered and take some time.
- Home
- About
- Career
- Experience
- Contact
- Kotlin Multiplatform (Kotlin/Wasm) 2.1.0
- Compose Multiplatform 1.7.1
Nothing else. So simple!
You can open the web application by running the following Gradle task.
:composeApp:wasmJsBrowserDevelopmentRun
WasmGC will be supported starting with Chrome in early 2024 and Safari in December 2024, making it possible to run web pages developed with Kotlin/Wasm in most major browsers without separate settings.
It provides optimized UI for both PC and mobile screens. Light Mode and Dark Mode are also supported.
The screenshot below is from a PC screen.
Light Mode | Dark Mode |
---|---|
![]() |
![]() |
Thanks to the kotlin and jetbrains teams for giving Android developers the opportunity to develop web pages!
Designed and developed by 2024 Yeojun Yoon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.