Skip to content

ayushkhandelwal7142/ExpenseManager

Repository files navigation

ExpenseManager

An application to keep a log of daily expenses

This is an android application which is build using kotlin.

Flash Screen and Profile Section

Main Page

Add Transaction Page

Month view and Calendar view

Features

  • An onboarding screen to enter details such as name and budget.
  • Home Screen displays net balance with mode based segregation.
  • Home Screen displays upcoming transactions.
  • Once the expense for the month is added, a month card gets added to the screen automatically.
  • On clicking the month card, detailed view for the month is displayed.
  • The app calendar button in the menu bar opens a calendar view which displays the total/expense for a particular day.

Getting Started

You need to have android studio installed on your device and create an Android Virtual Device to run full Android OS and test the application.

Installation

  • Clone the repository in a directory of your choice
  • Open the Expense Manager folder with Android Studio
  • Build the gradle file
  • Now you can test the application on either android virtual device or your android device