Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 832 Bytes

ComposeDictionary

Jetpack compose clean architecture dictionary android app fetching remote data with local caching

Features

  • Search any dictionary word and provide meaning and other information about the word
  • Save searched words locally for caching and offline use

GIF of working app

Installation

Clone this repository and import into Android Studio

git clone git@github.com:kiptechie/ComposeDictionary.git

Maintainers

This project is mantained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request