diff --git a/README.md b/README.md index 1f75821..077003f 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,55 @@ -This is a Kotlin Multiplatform project targeting Android, iOS, Web, Desktop. +# Kotlin Dictionary 📚 -* `/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. +--- + +Kotlin Dictionary is a student-led, cross-platform app designed to help learners dive deep into the Kotlin programming language. It serves as an interactive reference where you can explore topics with clear explanations and reinforce your learning through quizzes. +✨ _The data is powered by AI tools which help automate content generation, ensure consistency, and speed up the documentation._ + +--- + +## About This Project + +This project is part of a collaborative learning effort by students passionate about Kotlin, Jetpack Compose, and cross-platform development. It is being built as we explore and experiment with Kotlin Multiplatform capabilities. +We're exploring core Kotlin concepts and building this app as a way to document our journey, reinforce what we learn, and share it with others along the way. + +The Kotlin Dictionary project is being guided by [@RajashekarRaju](https://github.com/RajashekarRaju), who mentors contributors throughout the process. This includes: + +- Providing architectural guidance +- Reviewing contributions +- Suggesting improvements +- Promoting best practices in Kotlin development + +We're all learning together, and the code evolves as we grow! + +--- -Learn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html), -[Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform/#compose-multiplatform), -[Kotlin/Wasm](https://kotl.in/wasm/)… +## 🎨 Concept Design + +Here’s an early concept image illustrating the app’s design: + + + +--- + +## 📱 Screenshots + +Here are a couple of early previews from the Android version of the app: + +
+
+
+