/Dictionary

A sleek and modern Android dictionary app using Jetpack Compose, following the clean architecture and MVVM design pattern. The app not only offers a delightful user experience but also leverages an external API to provide accurate word definitions, example, and more!

Primary LanguageKotlin

Jetpack Compose Dictionary App

Screenshots

Overview

The Jetpack Compose Dictionary App is an Android application built using Jetpack Compose, following the clean architecture and MVVM design pattern. It serves as a dictionary, utilizing an external API to fetch and display word definitions, synonyms, and related information.

Features

  • Modern UI: The app features a modern and user-friendly interface designed with Jetpack Compose, providing a seamless and visually appealing experience.

  • Clean Architecture: The project follows the principles of clean architecture, promoting separation of concerns, maintainability, and testability.

  • MVVM Pattern: The app is structured based on the Model-View-ViewModel (MVVM) architectural pattern, making it easier to manage and test different components.

  • API Integration: Utilizes an external API to fetch word definitions and related information, providing users with accurate and up-to-date data.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/sayandbera/Dictionary.git