Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.12 KB

File metadata and controls

35 lines (27 loc) · 2.12 KB

ExpensesManager

App for handling expenses on a monthly basis - mapping, storing and categorizing the expenses

Demo

Expenser.webm

App Structure

The app is now working as a WebApi with .NET Core 6 and Entitiy Framework and the Frontend is using React and Typescript. The app can take an expense file that is generated via the bank system and mapping it to customized categories. the app can integrate with Splitwise and is using GetExpenses API of splitwise. th app has a user managment machenisem based on JWT.

Technologies:

Docker  Csharp  Csharp  React  JavaScript  SQLite  CSS 

Future Features

  • Frontend Automation testing.
  • Deploy to cloud (azure or aws)
  • Budget analysis with OpenAI API
  • Monthly balance Summary
  • Saving and Invesment Calculator