Skip to content

Commit ee3499c

Browse files
committed
- Enhance README with information about AI-powered content generation.
- Add a "Concept Design" section with an illustrative image to README. - Replace JPG screenshots with PNG versions for better quality.
1 parent f16e2e5 commit ee3499c

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
![Kotlin Dictionary Banner](assets/banner.png)
44

5-
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.
5+
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.
6+
_The data is powered by AI tools which help automate content generation, ensure consistency, and speed up the documentation._
67

78
---
89

@@ -23,13 +24,21 @@ We're all learning together, and the code evolves as we grow!
2324

2425
---
2526

27+
## 🎨 Concept Design
28+
29+
Here’s an early concept image illustrating the app’s design:
30+
31+
![Concept Design](assets/img_concept.png)
32+
33+
---
34+
2635
## 📱 Screenshots
2736

2837
Here are a couple of early previews from the Android version of the app:
2938

3039
<p>
31-
<img src="assets/img_topic_screen.jpg" alt="Topic Screen" width="150"/>
32-
<img src="assets/img_detail_screen_variables.jpg" alt="Detail Screen" width="150"/>
40+
<img src="assets/img_topic_screen.png" alt="Topic Screen" width="150"/>
41+
<img src="assets/img_detail_screen_variables.png" alt="Detail Screen" width="150"/>
3342
</p>
3443

3544
> *More previews coming soon as the UI progresses!*

assets/img_concept.png

786 KB
Loading
-180 KB
Binary file not shown.
1.72 MB
Loading

assets/img_topic_screen.jpg

-84.2 KB
Binary file not shown.

assets/img_topic_screen.png

542 KB
Loading

0 commit comments

Comments
 (0)