Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 376 Bytes

BudgetTracker

A very simple desktop budget tracker application for a university project.

Features

  • Create account and sign in
  • Add a new account with initial balance
  • Add an expense or an income and assign it to the account
  • View current account balance

Technologies

  • WPF Application (project requirement)
  • .NET Core 3.1 (project requirement)
  • MVVM pattern