From 49131be99d143ff9a9cb945dacca6162e5dd0618 Mon Sep 17 00:00:00 2001 From: Sneha Datta Date: Mon, 3 Feb 2025 12:07:29 +0530 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..543acef --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 📖 Dictionary App + +A modern dictionary app built using Kotlin and Jetpack Compose, designed for a seamless and interactive word search experience. Built with Clean Architecture, ensuring scalabilit and maintainability. + +## ✨ Features +* 🔍 Search Words: Find meanings, phonetics, synonyms, antonyms and example by entering a word in the search box. +* 🔊 Pronunciation Support: Listen to word pronunciation using the MediaPlayer library. +* 🔗 Synonyms & Antonyms Navigation: Click on any synonyms or antonyms to search their meanings instantly. +* 🌐 Source URL: Easily access the original dictionary source for more details. +* 🎨 Modern UI: Built with Jetpack Compose for a smooth, interactive, and user-friendly experience. + +## 🛠️ Tech Stack +* Language: Kotlin +* UI Framework: Jetpack Compose +* Architecture: Clean Architecture (MVVM) +* Dependency Injection: Hilt +* Networking: Retrofit +* State Management: ViewModel +* API: Free Dictionary API +* Media Playback: MediaPlayer library + +