Skip to content

amangalvedhekar/budgetbuddy

Repository files navigation

BudgetBuddy

Mobile app to create and manage budget

Technology Used

  • Expo
  • AWS Cognito
  • Jest
  • React Native Testing Library
  • AWS CDK
  • Typescript
  • EAS
const transaction = {
  createdDate: Date,
  modifiedDate: Date,
  transactionType: '',
  amount: '',
  currency: '',
  description: '',
};