Skip to content

Commit 54ad00a

Browse files
authored
Merge pull request #12 from DevelopersBreach/shreyas/readme-update-project-description
Add initial README with project overview
2 parents 536fea9 + 101d44e commit 54ad00a

File tree

5 files changed

+50
-16
lines changed

5 files changed

+50
-16
lines changed

README.md

Lines changed: 50 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,55 @@
1-
This is a Kotlin Multiplatform project targeting Android, iOS, Web, Desktop.
1+
# Kotlin Dictionary 📚
22

3-
* `/composeApp` is for code that will be shared across your Compose Multiplatform applications.
4-
It contains several subfolders:
5-
- `commonMain` is for code that’s common for all targets.
6-
- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
7-
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
8-
`iosMain` would be the right folder for such calls.
3+
![Kotlin Dictionary Banner](assets/banner.png)
94

10-
* `/iosApp` contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,
11-
you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.
5+
---
6+
7+
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.
8+
_The data is powered by AI tools which help automate content generation, ensure consistency, and speed up the documentation._
9+
10+
---
11+
12+
## About This Project
13+
14+
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.
1215

16+
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.
17+
18+
The Kotlin Dictionary project is being guided by [@RajashekarRaju](https://github.com/RajashekarRaju), who mentors contributors throughout the process. This includes:
19+
20+
- Providing architectural guidance
21+
- Reviewing contributions
22+
- Suggesting improvements
23+
- Promoting best practices in Kotlin development
24+
25+
We're all learning together, and the code evolves as we grow!
26+
27+
---
1328

14-
Learn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html),
15-
[Compose Multiplatform](https://github.com/JetBrains/compose-multiplatform/#compose-multiplatform),
16-
[Kotlin/Wasm](https://kotl.in/wasm/)
29+
## 🎨 Concept Design
30+
31+
Here’s an early concept image illustrating the app’s design:
32+
33+
![Concept Design](assets/img_concept.png)
34+
35+
---
36+
37+
## 📱 Screenshots
38+
39+
Here are a couple of early previews from the Android version of the app:
40+
41+
<p>
42+
<img src="assets/img_topic_screen.png" alt="Topic Screen" width="150"/>
43+
<img src="assets/img_detail_screen_variables.png" alt="Detail Screen" width="150"/>
44+
</p>
45+
46+
> *More previews coming soon as the UI progresses!*
47+
48+
---
1749

18-
We would appreciate your feedback on Compose/Web and Kotlin/Wasm in the public Slack channel [#compose-web](https://slack-chats.kotlinlang.org/c/compose-web).
19-
If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
50+
## ⚠️ Disclaimer
2051

21-
You can open the web application by running the `:composeApp:wasmJsBrowserDevelopmentRun` Gradle task.
52+
This is an educational project developed by students. Expect rapid changes, experiments, and ongoing improvements as part of the learning journey. 😊
2253

2354
---
2455

@@ -34,4 +65,7 @@ You can open the web application by running the `:composeApp:wasmJsBrowserDevelo
3465
- [ ] Introduce common @Preview annotations for reusable Composable previews.
3566
- [ ] Implement section-wise scroll behavior on the `Detail Screen` for better navigation.
3667
- [ ] Add inline code formatting support for syntax display on the `Detail Screen`.
37-
- [ ] Replace the search icon on the `Topic Card` to improve visual consistency.
68+
- [ ] Replace the search icon on the `Topic Card` to improve visual consistency.
69+
- [ ] Implement caching on the `Detail Screen` to store previously viewed topic data.
70+
- [ ] Switch AI integration from OpenAI to Gemini.
71+
- [ ] Refactor network layer for cleaner architecture.

assets/banner.png

3.77 MB
Loading

assets/img_concept.png

786 KB
Loading
1.72 MB
Loading

assets/img_topic_screen.png

542 KB
Loading

0 commit comments

Comments
 (0)