Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.22 KB

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