Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.09 KB

Expense_Tracker

This is an ap that allows users to keep track of how much money they are spending every day. For each day of the calendar user can add a new purchase(also user can delete and edit spendings). App will automatically calulate total amount of money spent for each day. User can always open a past date from the calendar and look at how much money and wich purchases was spent.

Screenshots

Screenrecorder-2023-05-08-22-02-05-938 exs2 exs3

Tech stack

  • Minimum SDK level 21
  • 100% Kotlin based.

JetPack

Compose - A modern toolkit for building native Android UI.

ViewModel - UI related data holder, lifecycle aware.

Room Persistence - construct database.

Architecture

MVVM Architecture (Declarative View - ViewModel - Model)

Repository pattern

Material Design