Project information

Expense Manager

The Expense Manager is an Android application developed using Kotlin, Jetpack Compose, and the MVVM architecture. It allows users to manage their expenses efficiently, with features such as adding expenses, viewing notifications for each expense, and visualizing data using Vico graph.

Problem Statement

Design an Expense Manager app that provides users with a comprehensive solution for tracking and managing their expenses. The app should allow users to add expenses, view notifications for each expense, and visualize their spending data using graphical representations.

Solution

The Expense Manager app addresses these needs by implementing features such as adding expenses with specific details, sending and storing notifications for each expense, and providing a graphical representation of expenses using Vico graph. The app is built with Kotlin and Jetpack Compose for a modern and intuitive user interface, and follows the MVVM architecture for maintainable and scalable code.

Tech Used

  • Kotlin
  • Jetpack Compose
  • MVVM Architecture
  • Room Database
  • Android NotificationManager
  • Vico Graph
  • Android Studio
  • GitHub