daangar / BirthdaysApp

This project was created to perform a coding challenge for a recruitment process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Birthdays App

How to install

You can get a local copy of this repo by just executing this line in your terminal (Git installed is required)

git clone https://github.com/daangar/BirthdaysApp.git

Architecture

I created this project using an implementation of Clean Architecture and divided it in 3 leayers: domain, data and presentation

Components

I used the following components in the project:

  • Couritines
  • Koin
  • Retrofit
  • Mockito
  • ViewModels
  • LiveData
  • MVVM Pattern

Notes

With more time I could have finished the presentation layer and fixed the Koin initialization problem in the test

Contact information

About

This project was created to perform a coding challenge for a recruitment process


Languages

Language:Kotlin 100.0%